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

lib

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lib - npm Package Compare versions

Comparing version 2.2.5 to 2.2.6

5

lib/remote.js

@@ -76,3 +76,6 @@ const https = require('https');

if (((res.statusCode / 100) | 0) !== 2) {
return callback(new Error(response));
let message = typeof response === 'object' ?
(response && response.error && response.error.message) || 'Unspecified Error' :
response;
return callback(new Error(message), response);
} else {

@@ -79,0 +82,0 @@ return callback(null, response, res.headers);

2

package.json
{
"name": "lib",
"version": "2.2.5",
"version": "2.2.6",
"description": "StdLib: Standard Library for Microservices Node.js Bindings",

@@ -5,0 +5,0 @@ "main": "lib.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