azure-iot-device-http
Advanced tools
Comparing version 1.12.3 to 1.13.0
@@ -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": [ |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
66776
1118
1
1
+ Addedazure-iot-common@1.12.4(transitive)
+ Addedazure-iot-device@1.17.0(transitive)
+ Addedazure-iot-http-base@1.11.4(transitive)
- Removedazure-iot-common@1.12.3(transitive)
- Removedazure-iot-device@1.16.0(transitive)
- Removedazure-iot-http-base@1.11.3(transitive)
Updatedazure-iot-common@1.12.4
Updatedazure-iot-device@1.17.0
Updatedazure-iot-http-base@1.11.4