http-errors
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -0,1 +1,6 @@ | ||
2021-11-14 / 1.8.1 | ||
================== | ||
* deps: toidentifier@1.0.1 | ||
2020-06-29 / 1.8.0 | ||
@@ -2,0 +7,0 @@ ================== |
{ | ||
"name": "http-errors", | ||
"description": "Create HTTP error objects", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", | ||
@@ -17,13 +17,13 @@ "contributors": [ | ||
"statuses": ">= 1.5.0 < 2", | ||
"toidentifier": "1.0.0" | ||
"toidentifier": "1.0.1" | ||
}, | ||
"devDependencies": { | ||
"eslint": "6.8.0", | ||
"eslint": "7.32.0", | ||
"eslint-config-standard": "14.1.1", | ||
"eslint-plugin-import": "2.22.0", | ||
"eslint-plugin-markdown": "1.0.2", | ||
"eslint-plugin-import": "2.25.3", | ||
"eslint-plugin-markdown": "2.2.1", | ||
"eslint-plugin-node": "11.1.0", | ||
"eslint-plugin-promise": "4.2.1", | ||
"eslint-plugin-standard": "4.0.1", | ||
"mocha": "8.0.1", | ||
"eslint-plugin-promise": "5.1.1", | ||
"eslint-plugin-standard": "4.1.0", | ||
"mocha": "9.1.3", | ||
"nyc": "15.1.0" | ||
@@ -35,5 +35,5 @@ }, | ||
"scripts": { | ||
"lint": "eslint --plugin markdown --ext js,md . && node ./scripts/lint-readme-list.js", | ||
"lint": "eslint . && node ./scripts/lint-readme-list.js", | ||
"test": "mocha --reporter spec --bail", | ||
"test-ci": "nyc --reporter=text npm test", | ||
"test-ci": "nyc --reporter=lcov --reporter=text npm test", | ||
"test-cov": "nyc --reporter=html --reporter=text npm test" | ||
@@ -40,0 +40,0 @@ }, |
@@ -6,3 +6,3 @@ # http-errors | ||
[![Node.js Version][node-image]][node-url] | ||
[![Build Status][travis-image]][travis-url] | ||
[![Build Status][ci-image]][ci-url] | ||
[![Test Coverage][coveralls-image]][coveralls-url] | ||
@@ -57,4 +57,2 @@ | ||
<!-- eslint-disable no-undef, no-unused-vars --> | ||
```js | ||
@@ -75,3 +73,3 @@ var err = createError(404, 'This video does not exist!') | ||
<!-- eslint-disable no-redeclare, no-undef, no-unused-vars --> | ||
<!-- eslint-disable no-redeclare --> | ||
@@ -107,4 +105,2 @@ ```js | ||
<!-- eslint-disable no-undef, no-unused-vars --> | ||
```js | ||
@@ -167,2 +163,4 @@ var err = new createError.NotFound() | ||
[ci-image]: https://badgen.net/github/checks/jshttp/http-errors/master?label=ci | ||
[ci-url]: https://github.com/jshttp/http-errors/actions?query=workflow%3Aci | ||
[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/http-errors/master | ||
@@ -169,0 +167,0 @@ [coveralls-url]: https://coveralls.io/r/jshttp/http-errors?branch=master |
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
18316
170
+ Addedtoidentifier@1.0.1(transitive)
- Removedtoidentifier@1.0.0(transitive)
Updatedtoidentifier@1.0.1