azure-iot-security-symmetric-key
Advanced tools
Comparing version 1.5.6 to 1.5.7
@@ -10,3 +10,3 @@ // Copyright (c) Microsoft. All rights reserved. | ||
*/ | ||
var SymmetricKeySecurityClient = (function () { | ||
var SymmetricKeySecurityClient = /** @class */ (function () { | ||
function SymmetricKeySecurityClient(registrationId, symmetricKey) { | ||
@@ -13,0 +13,0 @@ this._registrationId = registrationId; |
{ | ||
"name": "azure-iot-security-symmetric-key", | ||
"version": "1.5.6", | ||
"version": "1.5.7", | ||
"description": "Azure IoT Symmetric Key Security Client", | ||
@@ -10,14 +10,14 @@ "author": "Microsoft Corporation", | ||
"dependencies": { | ||
"azure-iot-common": "1.9.6", | ||
"azure-iot-common": "1.9.7", | ||
"debug": "^4.1.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^7.0.5", | ||
"chai": "^3.5.0", | ||
"istanbul": "^0.4.4", | ||
"jshint": "^2.9.2", | ||
"@types/node": "^9.3.0", | ||
"chai": "^4.2.0", | ||
"istanbul": "^0.4.5", | ||
"jshint": "^2.9.6", | ||
"mocha": "^5.2.0", | ||
"sinon": "^7.2.7", | ||
"tslint": "^5.1.0", | ||
"typescript": "2.2.2" | ||
"tslint": "^5.9.1", | ||
"typescript": "2.9.2" | ||
}, | ||
@@ -27,6 +27,6 @@ "scripts": { | ||
"build": "tsc", | ||
"unittest-min": "istanbul cover --report none node_modules/mocha/bin/_mocha -- --reporter dot test/_*_test.js", | ||
"alltest-min": "istanbul cover --report none node_modules/mocha/bin/_mocha -- --reporter dot test/_*_test*.js", | ||
"unittest": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter spec test/_*_test.js", | ||
"alltest": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter spec test/_*_test*.js", | ||
"unittest-min": "istanbul cover --report none ../../node_modules/mocha/bin/_mocha -- --reporter dot test/_*_test.js", | ||
"alltest-min": "istanbul cover --report none ../../node_modules/mocha/bin/_mocha -- --reporter dot test/_*_test*.js", | ||
"unittest": "istanbul cover ../../node_modules/mocha/bin/_mocha -- --reporter spec test/_*_test.js", | ||
"alltest": "istanbul cover ../../node_modules/mocha/bin/_mocha -- --reporter spec test/_*_test*.js", | ||
"ci": "npm -s run lint && npm -s run build && npm -s run alltest-min && npm -s run check-cover", | ||
@@ -33,0 +33,0 @@ "test": "npm -s run lint && npm -s run build && npm -s run unittest", |
@@ -6,3 +6,4 @@ { | ||
"sourceMap": true, | ||
"declaration": true | ||
"declaration": true, | ||
"noUnusedLocals": true | ||
}, | ||
@@ -9,0 +10,0 @@ "include": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16801
208
+ Addedazure-iot-common@1.9.7(transitive)
- Removedazure-iot-common@1.9.6(transitive)
Updatedazure-iot-common@1.9.7