Comparing version 2.3.3 to 2.4.0
@@ -0,1 +1,13 @@ | ||
2.4.0 / 2019-04-17 | ||
================== | ||
* deps: bytes@3.1.0 | ||
- Add petabyte (`pb`) support | ||
* deps: http-errors@1.7.2 | ||
- Set constructor name when possible | ||
- deps: setprototypeof@1.1.1 | ||
- deps: statuses@'>= 1.5.0 < 2' | ||
* deps: iconv-lite@0.4.24 | ||
- Added encoding MIK | ||
2.3.3 / 2018-05-08 | ||
@@ -16,3 +28,3 @@ ================== | ||
* deps: iconv-lite@0.4.19 | ||
- Fix ISO-8859-1regression | ||
- Fix ISO-8859-1 regression | ||
- Update Windows-1255 | ||
@@ -19,0 +31,0 @@ |
{ | ||
"name": "raw-body", | ||
"description": "Get and validate the raw body of a readable stream.", | ||
"version": "2.3.3", | ||
"version": "2.4.0", | ||
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", | ||
@@ -13,18 +13,18 @@ "contributors": [ | ||
"dependencies": { | ||
"bytes": "3.0.0", | ||
"http-errors": "1.6.3", | ||
"iconv-lite": "0.4.23", | ||
"bytes": "3.1.0", | ||
"http-errors": "1.7.2", | ||
"iconv-lite": "0.4.24", | ||
"unpipe": "1.0.0" | ||
}, | ||
"devDependencies": { | ||
"bluebird": "3.5.1", | ||
"eslint": "4.19.1", | ||
"eslint-config-standard": "11.0.0", | ||
"eslint-plugin-import": "2.11.0", | ||
"eslint-plugin-markdown": "1.0.0-beta.6", | ||
"eslint-plugin-node": "6.0.1", | ||
"eslint-plugin-promise": "3.7.0", | ||
"eslint-plugin-standard": "3.1.0", | ||
"bluebird": "3.5.4", | ||
"eslint": "5.16.0", | ||
"eslint-config-standard": "12.0.0", | ||
"eslint-plugin-import": "2.16.0", | ||
"eslint-plugin-markdown": "1.0.0", | ||
"eslint-plugin-node": "8.0.1", | ||
"eslint-plugin-promise": "4.1.1", | ||
"eslint-plugin-standard": "4.0.0", | ||
"istanbul": "0.4.5", | ||
"mocha": "2.5.3", | ||
"mocha": "6.1.3", | ||
"readable-stream": "2.3.6", | ||
@@ -31,0 +31,0 @@ "safe-buffer": "5.1.2" |
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
22692
+ Addedbytes@3.1.0(transitive)
+ Addedhttp-errors@1.7.2(transitive)
+ Addediconv-lite@0.4.24(transitive)
+ Addedsetprototypeof@1.1.1(transitive)
+ Addedtoidentifier@1.0.0(transitive)
- Removedbytes@3.0.0(transitive)
- Removedhttp-errors@1.6.3(transitive)
- Removediconv-lite@0.4.23(transitive)
- Removedsetprototypeof@1.1.0(transitive)
Updatedbytes@3.1.0
Updatedhttp-errors@1.7.2
Updatediconv-lite@0.4.24