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.1.3 to 2.1.4

6

lib/remote.js

@@ -17,2 +17,3 @@ const https = require('https');

cfg.debug = !!cfg.debug;
cfg.ignore = !!cfg.ignore;

@@ -50,3 +51,8 @@ let pathname = cfg.debug ?

if (cfg.ignore) {
return callback(null);
}
let buffers = [];
res.on('data', chunk => buffers.push(chunk));

@@ -53,0 +59,0 @@ res.on('end', () => {

2

package.json
{
"name": "lib",
"version": "2.1.3",
"version": "2.1.4",
"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