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.2.0 to 2.2.1

4

lib/local.js

@@ -58,3 +58,3 @@ const path = require('path');

if (promise instanceof Promise) {
if (promise && (promise instanceof Promise)) {
return;

@@ -78,3 +78,3 @@ }

if (promise instanceof Promise) {
if (promise && (promise instanceof Promise)) {
promise.catch(err => {

@@ -81,0 +81,0 @@ console.error(err);

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