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

@contrast/scopes

Package Overview
Dependencies
Maintainers
17
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrast/scopes - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

8

lib/install/bluebird.js

@@ -118,4 +118,8 @@ /*

}
// we bind the initial context of the function to be available inside ours
args[idx] = wrap(args[idx].bind(obj));
if (args[idx].name === 'finallyHandler') {
args[idx] = wrap(args[idx]);
} else {
// we bind the initial context of the function to be available inside ours
args[idx] = wrap(args[idx].bind(obj));
}
}

@@ -122,0 +126,0 @@ } catch (err) {

{
"name": "@contrast/scopes",
"version": "1.1.1",
"version": "1.1.2",
"description": "",

@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE",

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