azure-iot-security-tpm

v1.9.2
Azure IoT TPM security client

srclint

eslint src --ext .ts -f visualstudio

tstlint

eslint test --ext .js -f visualstudio

lint

npm run srclint && npm run tstlint

build

tsc

unittest-min

tsc && nyc --reporter lcov ../../node_modules/mocha/bin/_mocha --reporter dot

alltest-min

tsc && nyc --reporter lcov ../../node_modules/mocha/bin/_mocha --reporter dot test/_*_test*.js

unittest

tsc && nyc --reporter lcov --reporter text ../../node_modules/mocha/bin/_mocha

alltest

tsc && nyc --reporter lcov --reporter text ../../node_modules/mocha/bin/_mocha test/_*_test*.js

ci

npm -s run lint && npm -s run build && npm -s run alltest-min

test

npm -s run lint && npm -s run build && npm -s run alltest
npm i azure-iot-security-tpm

Metadata

  • MIT
  • >= 14.0.0
  • Microsoft Corporation
  • released 4/7/2023

Downloads