azure-iot-http-base
Advanced tools
Comparing version 1.9.6 to 1.9.7
@@ -16,3 +16,3 @@ // Copyright (c) Microsoft. All rights reserved. | ||
*/ | ||
var Http = (function () { | ||
var Http = /** @class */ (function () { | ||
function Http() { | ||
@@ -19,0 +19,0 @@ } |
@@ -21,3 +21,3 @@ // Copyright (c) Microsoft. All rights reserved. | ||
*/ | ||
var RestApiClient = (function () { | ||
var RestApiClient = /** @class */ (function () { | ||
function RestApiClient(config, userAgent, httpRequestBuilder) { | ||
@@ -24,0 +24,0 @@ /*Codes_SRS_NODE_IOTHUB_REST_API_CLIENT_16_001: [The `RestApiClient` constructor shall throw a `ReferenceError` if config is falsy.]*/ |
{ | ||
"name": "azure-iot-http-base", | ||
"version": "1.9.6", | ||
"version": "1.9.7", | ||
"description": "HTTP operations used by Azure IoT device and service SDKs", | ||
@@ -10,14 +10,14 @@ "author": "Microsoft Corporation", | ||
"dependencies": { | ||
"azure-iot-common": "1.9.6", | ||
"azure-iot-common": "1.9.7", | ||
"debug": "^4.1.1", | ||
"uuid": "^3.2.1" | ||
"uuid": "^3.3.2" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^9.3.0", | ||
"chai": "^3.5.0", | ||
"istanbul": "^0.4.4", | ||
"chai": "^4.2.0", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^5.2.0", | ||
"sinon": "^7.2.7", | ||
"tslint": "^5.1.0", | ||
"typescript": "2.2.2" | ||
"tslint": "^5.9.1", | ||
"typescript": "2.9.2" | ||
}, | ||
@@ -27,6 +27,6 @@ "scripts": { | ||
"build": "tsc", | ||
"unittest-min": "istanbul cover --report none node_modules/mocha/bin/_mocha -- --reporter dot test/_*_test.js", | ||
"alltest-min": "istanbul cover --report none node_modules/mocha/bin/_mocha -- --reporter dot test/_*_test*.js", | ||
"unittest": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter spec test/_*_test.js", | ||
"alltest": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter spec test/_*_test*.js", | ||
"unittest-min": "istanbul cover --report none ../../../node_modules/mocha/bin/_mocha -- --reporter dot test/_*_test.js", | ||
"alltest-min": "istanbul cover --report none ../../../node_modules/mocha/bin/_mocha -- --reporter dot test/_*_test*.js", | ||
"unittest": "istanbul cover ../../../node_modules/mocha/bin/_mocha -- --reporter spec test/_*_test.js", | ||
"alltest": "istanbul cover ../../../node_modules/mocha/bin/_mocha -- --reporter spec test/_*_test*.js", | ||
"ci": "npm -s run lint && npm -s run build && npm -s run alltest-min && npm -s run check-cover", | ||
@@ -33,0 +33,0 @@ "test": "npm -s run lint && npm -s run build && npm -s run unittest", |
@@ -6,3 +6,4 @@ { | ||
"sourceMap": true, | ||
"declaration": true | ||
"declaration": true, | ||
"noUnusedLocals": true | ||
}, | ||
@@ -9,0 +10,0 @@ "include": [ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
43013
716
3
+ Addedazure-iot-common@1.9.7(transitive)
- Removedazure-iot-common@1.9.6(transitive)
Updatedazure-iot-common@1.9.7
Updateduuid@^3.3.2