azure-iot-security-symmetric-key
Advanced tools
Comparing version 1.7.3 to 1.7.4-lts0720up1
// Copyright (c) Microsoft. All rights reserved. | ||
// Licensed under the MIT license. See LICENSE file in the project root for full license information. | ||
export { SymmetricKeySecurityClient } from './lib/symmetric_key'; | ||
export { SymmetricKeySecurityClient } from './dist/symmetric_key'; |
@@ -7,3 +7,3 @@ // Copyright (c) Microsoft. All rights reserved. | ||
module.exports = { | ||
SymmetricKeySecurityClient : require('./lib/symmetric_key').SymmetricKeySecurityClient | ||
SymmetricKeySecurityClient : require('./dist/symmetric_key').SymmetricKeySecurityClient | ||
}; |
{ | ||
"name": "azure-iot-security-symmetric-key", | ||
"version": "1.7.3", | ||
"version": "1.7.4-lts0720up1", | ||
"description": "Azure IoT Symmetric Key Security Client", | ||
@@ -10,3 +10,3 @@ "author": "Microsoft Corporation", | ||
"dependencies": { | ||
"azure-iot-common": "1.12.3", | ||
"azure-iot-common": "1.12.4-lts0720up1", | ||
"debug": "^4.1.1" | ||
@@ -24,3 +24,3 @@ }, | ||
"tslint": "^6.1.0", | ||
"typescript": "2.9.2" | ||
"typescript": "3.7.5" | ||
}, | ||
@@ -27,0 +27,0 @@ "scripts": { |
{ | ||
"compilerOptions": { | ||
"outDir": "./lib", | ||
"outDir": "./dist", | ||
"target":"es5", | ||
"sourceMap": true, | ||
"declaration": true, | ||
"noUnusedLocals": true | ||
"noUnusedLocals": true, | ||
"noUnusedParameters": true, | ||
"removeComments": false | ||
}, | ||
@@ -9,0 +11,0 @@ "include": [ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
9581
7
101
1
1
+ Addedazure-iot-common@1.12.4-lts0720up1(transitive)
- Removedazure-iot-common@1.12.3(transitive)