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.1 to 1.1.2

3

index.js

@@ -6,5 +6,6 @@

if (!module.exports) {
console.error('Neither `bluebird` nor the native `Promise` functions were found.')
console.error('The file "%s" requires `Promise`,', module.parent.filename)
console.error('but neither `bluebird` nor the native `Promise` implementation were found.')
console.error('Please install `bluebird` yourself.')
process.exit(1)
}
{
"name": "native-or-bluebird",
"description": "use either the native Promise or Bluebird",
"version": "1.1.1",
"version": "1.1.2",
"author": {

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

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