Socket
Socket
Sign inDemoInstall

bluebird

Package Overview
Dependencies
Maintainers
1
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bluebird - npm Package Compare versions

Comparing version 0.9.3-0 to 0.9.4-0

15

changelog.md

@@ -0,1 +1,16 @@

## 0.9.3-0 (2013-10-27)
Features:
- Allow fresh copies of the library to be made
- Add more components to customized builds
## 0.9.2-1 (2013-10-25)
## 0.9.2-0 (2013-10-25)
Features:
- Allow custom builds
## 0.9.1-1 (2013-10-22)

@@ -2,0 +17,0 @@

2

Gruntfile.js

@@ -65,3 +65,3 @@ "use strict";

function applyOptionalRequires( src, optionalRequireCode ) {
return src.replace( /};([^}]*)$/, optionalRequireCode + "\n};$1");
return src + optionalRequireCode;
}

@@ -68,0 +68,0 @@

@@ -23,3 +23,3 @@ /**

"use strict";
var Promise = require("./promise.js")();
var Promise = require("./promise.js");
module.exports = Promise;

@@ -23,3 +23,2 @@ /**

"use strict";
module.exports = function() {
var ASSERT = require("./assert.js");

@@ -203,3 +202,2 @@ var inherits = require( "./util.js").inherits;

return CapturedTrace;
};
module.exports = CapturedTrace;

@@ -23,3 +23,2 @@ /**

"use strict";
module.exports = function() {
var global = require("./global.js");

@@ -34,3 +33,3 @@ var ASSERT = require("./assert.js");

var CapturedTrace = require( "./captured_trace.js")();
var CapturedTrace = require( "./captured_trace.js");
var CatchFilter = require( "./catch_filter.js");

@@ -948,2 +947,3 @@ var PromiseResolver = require( "./promise_resolver.js" );

module.exports = Promise;
require('./synchronous_inspection.js')(Promise, Promise$_All);

@@ -967,3 +967,1 @@ require('./any.js')(Promise, Promise$_All);

return Promise;
};

@@ -23,3 +23,3 @@ /**

"use strict";
var Promise = require("./promise.js")();
var Promise = require("./promise.js");
module.exports = Promise;

@@ -23,3 +23,2 @@ /**

"use strict";
module.exports = function() {
var ASSERT = require("./assert.js");

@@ -203,3 +202,2 @@ var inherits = require( "./util.js").inherits;

return CapturedTrace;
};
module.exports = CapturedTrace;

@@ -23,3 +23,2 @@ /**

"use strict";
module.exports = function() {
var global = require("./global.js");

@@ -34,3 +33,3 @@ var ASSERT = require("./assert.js");

var CapturedTrace = require( "./captured_trace.js")();
var CapturedTrace = require( "./captured_trace.js");
var CatchFilter = require( "./catch_filter.js");

@@ -944,2 +943,3 @@ var PromiseResolver = require( "./promise_resolver.js" );

module.exports = Promise;
require('./synchronous_inspection.js')(Promise, Promise$_All);

@@ -963,3 +963,1 @@ require('./any.js')(Promise, Promise$_All);

return Promise;
};
{
"name": "bluebird",
"description": "Full featured Promises/A+ implementation with exceptionally good performance",
"version": "0.9.3-0",
"version": "0.9.4-0",
"keywords": [

@@ -6,0 +6,0 @@ "promise",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc