Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

azure-iot-security-symmetric-key

Package Overview
Dependencies
Maintainers
8
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.7.3 to 1.7.4-lts0720up1

dist/symmetric_key.d.ts

2

index.d.ts
// 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": [

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