Socket
Socket
Sign inDemoInstall

azure-iot-security-symmetric-key

Package Overview
Dependencies
Maintainers
7
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-iot-security-symmetric-key - npm Package Compare versions

Comparing version 1.8.1 to 1.8.2

.eslintignore

2

index.js

@@ -8,2 +8,2 @@ // Copyright (c) Microsoft. All rights reserved.

SymmetricKeySecurityClient : require('./dist/symmetric_key').SymmetricKeySecurityClient
};
};
{
"name": "azure-iot-security-symmetric-key",
"version": "1.8.1",
"version": "1.8.2",
"description": "Azure IoT Symmetric Key Security Client",

@@ -11,4 +11,3 @@ "author": "Microsoft Corporation",

"async": "^3.2.3",
"es5-ext": "0.10.53",
"azure-iot-common": "1.13.1",
"azure-iot-common": "1.13.2",
"debug": "^4.3.1"

@@ -24,9 +23,18 @@ },

"source-map-support": "^0.5.16",
"ts-node": "^8.6.2",
"tslint": "^6.1.3",
"eslint": "^8.26.0",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/eslint-plugin-tslint": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"eslint-plugin-jsdoc": "^39.3.25",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-security": "^1.5.0",
"typescript": "4.4.4"
},
"scripts": {
"npmlockrefresh": "npm i --package-lock-only",
"lint": "tslint --project . -c ../../tslint.json",
"srclint": "eslint src --ext .ts -f visualstudio",
"tstlint": "eslint test --ext .js -f visualstudio",
"lint": "npm run srclint && npm run tstlint",
"build": "tsc",

@@ -36,3 +44,3 @@ "unittest-min": "tsc && nyc --reporter lcov ../../node_modules/mocha/bin/_mocha --reporter dot",

"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",
"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",

@@ -39,0 +47,0 @@ "test": "npm -s run lint && npm -s run build && npm -s run alltest"

{
"compilerOptions": {
"outDir": "./dist",
"target":"es2018",
"module": "commonjs",
"sourceMap": true,
"declaration": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"removeComments": false
},
"include": [
"./src/**/*.ts"
]
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist"
},
"include": [
"./src/**/*.ts"
]
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc