Comparing version 2.4.1 to 2.4.2
@@ -0,1 +1,9 @@ | ||
2.4.2 / 2021-11-16 | ||
================== | ||
* deps: bytes@3.1.1 | ||
* deps: http-errors@1.8.1 | ||
- deps: setprototypeof@1.2.0 | ||
- deps: toidentifier@1.0.1 | ||
2.4.1 / 2019-06-25 | ||
@@ -2,0 +10,0 @@ ================== |
{ | ||
"name": "raw-body", | ||
"description": "Get and validate the raw body of a readable stream.", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", | ||
@@ -13,4 +13,4 @@ "contributors": [ | ||
"dependencies": { | ||
"bytes": "3.1.0", | ||
"http-errors": "1.7.3", | ||
"bytes": "3.1.1", | ||
"http-errors": "1.8.1", | ||
"iconv-lite": "0.4.24", | ||
@@ -20,14 +20,14 @@ "unpipe": "1.0.0" | ||
"devDependencies": { | ||
"bluebird": "3.5.5", | ||
"eslint": "6.0.1", | ||
"eslint-config-standard": "12.0.0", | ||
"eslint-plugin-import": "2.18.0", | ||
"eslint-plugin-markdown": "1.0.0", | ||
"eslint-plugin-node": "9.1.0", | ||
"eslint-plugin-promise": "4.2.1", | ||
"eslint-plugin-standard": "4.0.0", | ||
"istanbul": "0.4.5", | ||
"mocha": "6.1.4", | ||
"readable-stream": "2.3.6", | ||
"safe-buffer": "5.1.2" | ||
"bluebird": "3.7.2", | ||
"eslint": "7.32.0", | ||
"eslint-config-standard": "14.1.1", | ||
"eslint-plugin-import": "2.25.3", | ||
"eslint-plugin-markdown": "2.2.1", | ||
"eslint-plugin-node": "11.1.0", | ||
"eslint-plugin-promise": "5.1.1", | ||
"eslint-plugin-standard": "4.1.0", | ||
"mocha": "9.1.3", | ||
"nyc": "15.1.0", | ||
"readable-stream": "2.3.7", | ||
"safe-buffer": "5.2.1" | ||
}, | ||
@@ -45,7 +45,7 @@ "engines": { | ||
"scripts": { | ||
"lint": "eslint --plugin markdown --ext js,md .", | ||
"lint": "eslint .", | ||
"test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/", | ||
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/", | ||
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/" | ||
"test-ci": "nyc --reporter=lcov --reporter=text npm test", | ||
"test-cov": "nyc --reporter=html --reporter=text npm test" | ||
} | ||
} |
@@ -6,3 +6,3 @@ # raw-body | ||
[![Node.js Version][node-version-image]][node-version-url] | ||
[![Build status][travis-image]][travis-url] | ||
[![Build status][github-actions-ci-image]][github-actions-ci-url] | ||
[![Test coverage][coveralls-image]][coveralls-url] | ||
@@ -37,4 +37,2 @@ | ||
<!-- eslint-disable no-unused-vars --> | ||
```js | ||
@@ -216,4 +214,2 @@ var getRawBody = require('raw-body') | ||
[node-version-url]: https://nodejs.org/en/download/ | ||
[travis-image]: https://img.shields.io/travis/stream-utils/raw-body/master.svg | ||
[travis-url]: https://travis-ci.org/stream-utils/raw-body | ||
[coveralls-image]: https://img.shields.io/coveralls/stream-utils/raw-body/master.svg | ||
@@ -223,1 +219,3 @@ [coveralls-url]: https://coveralls.io/r/stream-utils/raw-body?branch=master | ||
[downloads-url]: https://npmjs.org/package/raw-body | ||
[github-actions-ci-image]: https://img.shields.io/github/workflow/status/stream-utils/raw-body/ci/master?label=ci | ||
[github-actions-ci-url]: https://github.com/jshttp/stream-utils/raw-body?query=workflow%3Aci |
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
22821
218
+ Addedbytes@3.1.1(transitive)
+ Addedhttp-errors@1.8.1(transitive)
+ Addedsetprototypeof@1.2.0(transitive)
+ Addedtoidentifier@1.0.1(transitive)
- Removedbytes@3.1.0(transitive)
- Removedhttp-errors@1.7.3(transitive)
- Removedsetprototypeof@1.1.1(transitive)
- Removedtoidentifier@1.0.0(transitive)
Updatedbytes@3.1.1
Updatedhttp-errors@1.8.1