native-or-another
Advanced tools
Comparing version 3.0.0 to 3.0.1
## 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 |
{ | ||
"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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9684
3