Socket
Socket
Sign inDemoInstall

co-bluebird

Package Overview
Dependencies
2
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    co-bluebird

co with bluebird promises


Version published
Weekly downloads
50K
decreased by-9.68%
Maintainers
1
Install size
452 kB
Created
Weekly downloads
 

Changelog

Source

1.1.0

  • Update co-use dependency

Readme

Source

co-bluebird.js

co with bluebird promises

Current status

NPM version Build Status Dependency Status Dev dependency Status Coverage Status

What it does

It's co, but using bluebird promises, rather than native V8 promises.

Why?

V8 promises at present have some features missing that bluebird has. In particular, bluebird's error handing and stack traces are better. And some people just prefer bluebird!

Usage

Exactly the same as co.

Also includes an extra .use() method, provided by co-use.

Tests

Use npm test to run the tests. Use npm run cover to check coverage.

Changelog

See changelog.md

Issues

If you discover a bug, please raise an issue on Github. https://github.com/overlookmotel/co-bluebird/issues

Contribution

Pull requests are very welcome. Please:

  • ensure all tests pass before submitting PR
  • add an entry to changelog
  • add tests for new features
  • document new functionality/API additions in README

Keywords

FAQs

Last updated on 19 Sep 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc