Socket
Socket
Sign inDemoInstall

azure-iot-security-symmetric-key

Package Overview
Dependencies
5
Maintainers
6
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.6 to 1.5.7

2

lib/symmetric_key.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc