New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

azure-iot-device-http

Package Overview
Dependencies
Maintainers
8
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-iot-device-http - npm Package Compare versions

Comparing version 1.12.3 to 1.13.0

dist/http_errors.d.ts

2

index.d.ts

@@ -5,4 +5,4 @@ // Copyright (c) Microsoft. All rights reserved.

import { Client } from 'azure-iot-device';
export { Http } from './lib/http';
export { Http } from './dist/http';
export declare function clientFromConnectionString(connectionString: string): Client;

@@ -7,3 +7,3 @@ // Copyright (c) Microsoft. All rights reserved.

var device = require('azure-iot-device');
var Http = require('./lib/http.js').Http;
var Http = require('./dist/http.js').Http;

@@ -10,0 +10,0 @@ /**

{
"name": "azure-iot-device-http",
"version": "1.12.3",
"version": "1.13.0",
"description": "HTTP transport for Azure IoT device SDK",

@@ -10,5 +10,5 @@ "author": "Microsoft Corporation",

"dependencies": {
"azure-iot-common": "1.12.3",
"azure-iot-device": "1.16.0",
"azure-iot-http-base": "1.11.3",
"azure-iot-common": "1.12.4",
"azure-iot-device": "1.17.0",
"azure-iot-http-base": "1.11.4",
"debug": "^4.1.1",

@@ -19,3 +19,3 @@ "node-crontab": "^0.0.8"

"@types/node": "^9.6.50",
"azure-iothub": "1.12.3",
"azure-iothub": "1.12.4",
"chai": "^4.2.0",

@@ -28,3 +28,3 @@ "mocha": "^7.1.1",

"tslint": "^6.1.0",
"typescript": "2.9.2"
"typescript": "3.7.5"
},

@@ -31,0 +31,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