Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@azteam/http-client

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azteam/http-client - npm Package Compare versions

Comparing version 1.0.54 to 1.0.55

5

lib/index.js

@@ -18,2 +18,4 @@ "use strict";

var _https = _interopRequireDefault(require("https"));
var _agents = _interopRequireDefault(require("./agents"));

@@ -34,2 +36,5 @@

}),
httpsAgent: new _https.default.Agent({
keepAlive: true
}),
validateStatus: function (status) {

@@ -36,0 +41,0 @@ return status >= 200 && status < 500; // default

2

package.json
{
"name": "@azteam/http-client",
"version": "1.0.54",
"version": "1.0.55",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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