Socket
Socket
Sign inDemoInstall

bluebird

Package Overview
Dependencies
0
Maintainers
1
Versions
223
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.1-1 to 0.7.1-2

7

package.json
{
"name": "bluebird",
"description": "Full featured Promises/A+ implementation with exceptionally good performance",
"version": "0.7.1-1",
"version": "0.7.1-2",
"keywords": [

@@ -46,9 +46,8 @@ "promise",

"jquery-browserify": "~1.8.1",
"closure-compiler": "~0.2.1",
"sinon": "~1.7.3"
},
"optionalDependencies": {
"closure-compiler": "~0.2.1"
},
"readmeFilename": "README.md",
"main": "./js/promise.js"
}

@@ -50,3 +50,3 @@ var Async = (function() {

CONSTANT(MESSAGE_KEY, "bluebird_message_key_" + Math.random());
var MESSAGE_KEY = "bluebird_message_key_" + Math.random();
deferFn = (function(){

@@ -53,0 +53,0 @@ var queuedFn = void 0;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc