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 3.0.1 to 3.0.2

2

lib/remote.js

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

let message = typeof response === 'object' ?
(response && response.error && response.error.message) || 'Unspecified Error' :
(response && response.error && response.error.message) || ('Unspecified error running remote StdLib function "' + names.join('.') + '"') :
response;

@@ -86,0 +86,0 @@ return callback(new Error(message), response);

{
"name": "lib",
"version": "3.0.1",
"version": "3.0.2",
"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