http-assert
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -0,1 +1,7 @@ | ||
1.4.1 / 2019-04-28 | ||
================== | ||
* deps: http-errors@~1.7.2 | ||
- deps: setprototypeof@1.1.1 | ||
1.4.0 / 2018-09-09 | ||
@@ -2,0 +8,0 @@ ================== |
{ | ||
"name": "http-assert", | ||
"description": "assert with status codes", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"license": "MIT", | ||
@@ -13,14 +13,14 @@ "keywords": [ | ||
"deep-equal": "~1.0.1", | ||
"http-errors": "~1.7.1" | ||
"http-errors": "~1.7.2" | ||
}, | ||
"devDependencies": { | ||
"eslint": "5.5.0", | ||
"eslint": "5.16.0", | ||
"eslint-config-standard": "12.0.0", | ||
"eslint-plugin-import": "2.14.0", | ||
"eslint-plugin-markdown": "1.0.0-beta.6", | ||
"eslint-plugin-node": "7.0.1", | ||
"eslint-plugin-promise": "4.0.0", | ||
"eslint-plugin-import": "2.17.2", | ||
"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.4" | ||
}, | ||
@@ -27,0 +27,0 @@ "files": [ |
# http-assert | ||
[![NPM Version][npm-image]][npm-url] | ||
[![NPM Downloads][downloads-image]][downloads-url] | ||
[![NPM Version][npm-version-image]][npm-url] | ||
[![NPM Downloads][npm-downloads-image]][npm-url] | ||
[![Node.js Version][node-version-image]][node-version-url] | ||
@@ -103,11 +103,10 @@ [![Build Status][travis-image]][travis-url] | ||
[npm-image]: https://img.shields.io/npm/v/http-assert.svg | ||
[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/http-assert/master | ||
[coveralls-url]: https://coveralls.io/r/jshttp/http-assert?branch=master | ||
[node-version-image]: https://badgen.net/npm/node/http-assert | ||
[node-version-url]: https://nodejs.org/en/download | ||
[npm-downloads-image]: https://badgen.net/npm/dm/http-assert | ||
[npm-url]: https://npmjs.org/package/http-assert | ||
[node-version-image]: https://img.shields.io/node/v/http-assert.svg | ||
[node-version-url]: https://nodejs.org/en/download/ | ||
[travis-image]: https://img.shields.io/travis/jshttp/http-assert/master.svg | ||
[npm-version-image]: https://badgen.net/npm/v/http-assert | ||
[travis-image]: https://badgen.net/travis/jshttp/http-assert/master | ||
[travis-url]: https://travis-ci.org/jshttp/http-assert | ||
[coveralls-image]: https://img.shields.io/coveralls/jshttp/http-assert/master.svg | ||
[coveralls-url]: https://coveralls.io/r/jshttp/http-assert | ||
[downloads-image]: https://img.shields.io/npm/dm/http-assert.svg | ||
[downloads-url]: https://npmjs.org/package/http-assert |
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
8752
112
Updatedhttp-errors@~1.7.2