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
3
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.1.12 to 1.2.0

lib/rest_api_client.d.ts

2

index.d.ts

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

export { Http } from './lib/http';
export { RestApiClient } from './lib/rest_api_client';

3

index.js

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

module.exports = {
Http: require('./lib/http.js').Http
Http: require('./lib/http.js').Http,
RestApiClient: require('./lib/rest_api_client.js').RestApiClient
};
{
"name": "azure-iot-http-base",
"version": "1.1.12",
"version": "1.2.0",
"description": "HTTP operations used by Azure IoT device and service SDKs",

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

"dependencies": {
"azure-iot-common": "1.1.12",
"debug": "^2.2.0"
"azure-iot-common": "1.2.0",
"debug": "^2.2.0",
"uuid": "^2.0.1"
},

@@ -32,3 +33,3 @@ "devDependencies": {

"test": "npm -s run lint && npm -s run build && npm -s run unittest",
"check-cover": "istanbul check-coverage --statements 51 --branches 37 --functions 37 --lines 51"
"check-cover": "istanbul check-coverage --statements 80 --branches 77 --functions 62 --lines 80"
},

@@ -35,0 +36,0 @@ "engines": {

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