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

co-bluebird

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

co-bluebird - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

changelog.md

@@ -6,1 +6,5 @@ # Changelog

* Initial release
## 0.0.2
* Pass `this` context in `co.wrap()`

4

lib/index.js

@@ -12,4 +12,4 @@ // --------------------

cob.wrap = function(fn) {
return bluebird.method(co.wrap(fn));
cob.wrap = function(fn) { // jshint ignore:line
return bluebird.method(co.wrap.apply(this, arguments));
};

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

{
"name": "co-bluebird",
"version": "0.0.1",
"version": "0.0.2",
"description": "co with bluebird promises",

@@ -5,0 +5,0 @@ "main": "./lib/",

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