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 4.0.2 to 4.0.3

4

lib/remote.js

@@ -30,5 +30,5 @@ const https = require('https');

if (names[2] === `@${LOCALENV}`) {
if ((names[2] || '').split(':')[0] === `@${LOCALENV}`) {
cfg.host = 'localhost';
cfg.port = LOCALPORT;
cfg.port = parseInt((names[2] || '').split(':')[1]) || LOCALPORT;
names[2] = '';

@@ -35,0 +35,0 @@ pathname = names.slice(0, 2).join('/') + names.slice(2).join('/');

{
"name": "lib",
"version": "4.0.2",
"version": "4.0.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