bug-versions
Advanced tools
Comparing version 1.23.0 to 1.24.0
1.24.0 / 2019-01-16 | ||
================== | ||
**fixes** | ||
* [[`170ef01`](http://github.com/cnpm/bug-versions/commit/170ef01a789e2f1a70197d4d74fec5ae7723b14e)] - fix: supertest Unprocessable Entity (#35) (killa <<killa123@126.com>>) | ||
1.23.0 / 2019-01-08 | ||
@@ -3,0 +9,0 @@ ================== |
{ | ||
"name": "bug-versions", | ||
"version": "1.23.0", | ||
"version": "1.24.0", | ||
"description": "collect all bug versions on npm package", | ||
@@ -330,2 +330,8 @@ "main": "index.js", | ||
} | ||
}, | ||
"supertest": { | ||
"3.4.0": { | ||
"version": "3.3.0", | ||
"reason": "https://github.com/visionmedia/supertest/issues/534" | ||
} | ||
} | ||
@@ -332,0 +338,0 @@ } |
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
20752