Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nano-blue2

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nano-blue2 - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

2

lib/nano-blue.js

@@ -23,3 +23,3 @@ 'use strict';

if (typeof value === 'function') {
promisifiedObj[key] = bluebird.promisify(value, obj);
promisifiedObj[key] = bluebird.promisify(value, {context: obj, multiArgs: true});
} else if (typeof value === 'object') {

@@ -26,0 +26,0 @@ promisifiedObj[key] = deepPromisify(value);

{
"name": "nano-blue2",
"version": "0.3.3",
"version": "0.3.4",
"description": "A fork of nano-blue with updated dependencies",

@@ -5,0 +5,0 @@ "main": "lib/nano-blue.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