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

azure-iot-http-base

Package Overview
Dependencies
Maintainers
6
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.9.6 to 1.9.7

2

lib/http.js

@@ -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": [

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