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.4 to 2.1.5

10

lib/remote.js

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

cfg.debug = !!cfg.debug;
cfg.ignore = !!cfg.ignore;
cfg.webhook = cfg.webhook || null;

@@ -38,2 +38,6 @@ let pathname = cfg.debug ?

if (cfg.webhook) {
headers['X-Webhook'] = cfg.webhook;
}
if (Object.keys(cfg.keys).length) {

@@ -52,6 +56,2 @@ headers['X-Authorization-Keys'] = JSON.stringify(cfg.keys);

if (cfg.ignore) {
return callback(null);
}
let buffers = [];

@@ -58,0 +58,0 @@

{
"name": "lib",
"version": "2.1.4",
"version": "2.1.5",
"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