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

native-or-bluebird

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

native-or-bluebird - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

2

package.json
{
"name": "native-or-bluebird",
"description": "use either the native Promise or Bluebird",
"version": "1.1.2",
"version": "1.2.0",
"author": {

@@ -6,0 +6,0 @@ "name": "Jonathan Ong",

module.exports = global.Promise
if (!module.exports) {
try {
module.exports = require('bluebird')
} catch (_) {}
try {
module.exports = require('bluebird')
} catch (_) {
module.exports = global.Promise
}
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