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.7.9-1 to 0.7.10-0

3

API.md

@@ -11,2 +11,3 @@ #API Reference

- [`.done([Function fulfilledHandler] [, Function rejectedHandler ] [, Function progressHandler ])`](#donefunction-fulfilledhandler--function-rejectedhandler---function-progresshandler----promise)
- [`Promise.try(Function fn)`](#promisetryfunction-fn---promise)
- [`Promise.fulfilled(dynamic value)`](#promisefulfilleddynamic-value---promise)

@@ -714,3 +715,3 @@ - [`Promise.rejected(dynamic reason)`](#promiserejecteddynamic-reason---promise)

This is the recommended, simplest and most performant way of using asynchronous generators with bluebird. It is even faster than typical promise code because the creation of anonymous functions can be completely avoided.
This is the recommended, simplest and most performant way of using asynchronous generators with bluebird. It is even faster than typical promise code because the creation of new anonymous function identities at runtime can be completely avoided without obfuscating your code.

@@ -717,0 +718,0 @@ ```js

{
"name": "bluebird",
"description": "Full featured Promises/A+ implementation with exceptionally good performance",
"version": "0.7.9-1",
"version": "0.7.10-0",
"keywords": [

@@ -47,7 +47,9 @@ "promise",

"closure-compiler": "~0.2.1",
"sinon": "~1.7.3"
"sinon": "~1.7.3",
"kew": "~0.2.2",
"browserify": "~2.33.1",
"concurrent": "~0.3.2"
},
"readmeFilename": "README.md",
"main": "./js/bluebird.js"
}

@@ -174,2 +174,14 @@ <a href="http://promisesaplus.com/">

###Testing in browsers
To test in browsers:
cd browser
setup
Then open the `index.html` in your browser. Requires bash (on windows the mingw32 that comes with git works fine too).
You may also [visit the github hosted page](http://petkaantonov.github.io/bluebird/browser/).
##Benchmarks

@@ -176,0 +188,0 @@

Sorry, the diff of this file is not supported yet

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