Socket
Socket
Sign inDemoInstall

http-errors

Package Overview
Dependencies
4
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.2 to 1.6.3

8

HISTORY.md

@@ -0,1 +1,9 @@

2018-03-29 / 1.6.3
==================
* deps: depd@~1.1.2
- perf: remove argument reassignment
* deps: setprototypeof@1.1.0
* deps: statuses@'>= 1.3.1 < 2'
2017-08-04 / 1.6.2

@@ -2,0 +10,0 @@ ==================

18

package.json
{
"name": "http-errors",
"description": "Create HTTP error objects",
"version": "1.6.2",
"version": "1.6.3",
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",

@@ -13,14 +13,14 @@ "contributors": [

"dependencies": {
"depd": "1.1.1",
"depd": "~1.1.2",
"inherits": "2.0.3",
"setprototypeof": "1.0.3",
"statuses": ">= 1.3.1 < 2"
"setprototypeof": "1.1.0",
"statuses": ">= 1.4.0 < 2"
},
"devDependencies": {
"eslint": "3.19.0",
"eslint-config-standard": "10.2.1",
"eslint-plugin-import": "2.7.0",
"eslint": "4.18.1",
"eslint-config-standard": "11.0.0",
"eslint-plugin-import": "2.9.0",
"eslint-plugin-markdown": "1.0.0-beta.6",
"eslint-plugin-node": "5.1.1",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-node": "6.0.1",
"eslint-plugin-promise": "3.6.0",
"eslint-plugin-standard": "3.0.1",

@@ -27,0 +27,0 @@ "istanbul": "0.4.5",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc