promise-deferred
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -10,2 +10,8 @@ # Changelog | ||
## [v2.0.3](https://github.com/ljharb/promise-deferred/compare/v2.0.2...v2.0.3) - 2020-01-14 | ||
### Commits | ||
- [Deps] downgrade `promise`, as upgrading it was a breaking change [`b50f4a8`](https://github.com/ljharb/promise-deferred/commit/b50f4a82533c3d13bd25c24be03abf990df80665) | ||
## [v2.0.2](https://github.com/ljharb/promise-deferred/compare/v2.0.1...v2.0.2) - 2020-01-14 | ||
@@ -12,0 +18,0 @@ |
{ | ||
"name": "promise-deferred", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "A lightweight Deferred implementation, on top of Promises/A+", | ||
@@ -57,3 +57,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"promise": "^8.0.3" | ||
"promise": "^7.3.1" | ||
}, | ||
@@ -60,0 +60,0 @@ "devDependencies": { |
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
19174
+ Addedpromise@7.3.1(transitive)
- Removedpromise@8.3.0(transitive)
Updatedpromise@^7.3.1