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.2 to 2.1.3

5

lib/remote.js

@@ -16,4 +16,7 @@ const https = require('https');

cfg.keys = cfg.keys || KEYS;
cfg.debug = !!cfg.debug;
let pathname = names.slice(0, 2).join('/') + names.slice(2).join('/');
let pathname = cfg.debug ?
names.slice(3).join('/') :
names.slice(0, 2).join('/') + names.slice(2).join('/');
let headers = {};

@@ -20,0 +23,0 @@ let responded = false;

2

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