Comparing version 2.1.5 to 2.1.6
@@ -0,1 +1,8 @@ | ||
2.1.6 / 2016-03-07 | ||
================== | ||
* deps: bytes@2.3.0 | ||
- Drop partial bytes on all parsed units | ||
- Fix parsing byte string that looks like hex | ||
2.1.5 / 2015-11-30 | ||
@@ -2,0 +9,0 @@ ================== |
{ | ||
"name": "raw-body", | ||
"description": "Get and validate the raw body of a readable stream.", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", | ||
@@ -13,3 +13,3 @@ "contributors": [ | ||
"dependencies": { | ||
"bytes": "2.2.0", | ||
"bytes": "2.3.0", | ||
"iconv-lite": "0.4.13", | ||
@@ -19,7 +19,7 @@ "unpipe": "1.0.0" | ||
"devDependencies": { | ||
"bluebird": "3.0.5", | ||
"istanbul": "0.4.1", | ||
"mocha": "2.3.4", | ||
"readable-stream": "2.0.4", | ||
"through2": "2.0.0" | ||
"bluebird": "3.3.4", | ||
"istanbul": "0.4.2", | ||
"mocha": "2.4.5", | ||
"readable-stream": "2.0.5", | ||
"through2": "2.0.1" | ||
}, | ||
@@ -26,0 +26,0 @@ "engines": { |
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
16733
+ Addedbytes@2.3.0(transitive)
- Removedbytes@2.2.0(transitive)
Updatedbytes@2.3.0