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

native-or-another

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

native-or-another - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

7

CHANGELOG.md
## v3.0.1 - 2015-09-29
- Release v3.0.1 / npm@v3.0.1
- fix/update tests - ensure properties exists and works on 0.10
- fix changelog (notice added properties are prefixed with **three underscores**)
## v3.0.0 - 2015-09-29

@@ -12,3 +17,3 @@ - Release v3.0.0 / npm@v3.0.0

You also can check what promise you use. If you use custom promise `Promise` module, the constructor will have property called `__customPromise` with `true` value. If you use `Bluebird` you will have property on the constructor `__bluebirdPromise` and again with `true` value. Otherwise they won't exist.
You also can check what promise you use. If you use custom promise `Promise` module, the constructor will have property called `___customPromise` (**yes, three underscores**) with `true` value. If you use `Bluebird` you will have property on the constructor `___bluebirdPromise` (**yes, three underscores**) and again with `true` value. Otherwise they won't exist.

@@ -15,0 +20,0 @@ ## v2.0.0 - 2014-12-21

5

package.json
{
"name": "native-or-another",
"version": "3.0.0",
"version": "3.0.1",
"description": "Always will expose native `Promise` if available, otherwise `Bluebird` but only if you don't give another promise module like `q` or `promise` or what you want.",

@@ -18,3 +18,4 @@ "repository": "tunnckoCore/native-or-another",

"assertit": "^0.1.0",
"pinkie": "^1.0.0"
"pinkie": "^1.0.0",
"semver": "^5.0.3"
},

@@ -21,0 +22,0 @@ "files": [

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