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.0 to 2.1.1

4

lib.js

@@ -15,2 +15,3 @@ const appendLibPath = require('./lib/append.js');

let args = [].slice.call(arguments);
let isLocal = !names[0];

@@ -20,3 +21,3 @@ if (names.length === 0) {

return LibGen(cfg, names);
} else if (names.length === 1) {
} else if (names.length === 1 && !isLocal) {
cfg.keys = (typeof args[0] === 'object' ? args[0] : null) || {};

@@ -26,3 +27,2 @@ return LibGen(cfg, names);

let p = parseParameters(args);
let isLocal = !names[0];
if (isLocal) {

@@ -29,0 +29,0 @@ executeLocal(cfg, names, p.args, p.kwargs, p.body, p.callback);

{
"name": "lib",
"version": "2.1.0",
"version": "2.1.1",
"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