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.1 to 1.6.2

6

HISTORY.md

@@ -0,1 +1,7 @@

2017-08-04 / 1.6.2
==================
* deps: depd@1.1.1
- Remove unnecessary `Buffer` loading
2017-02-20 / 1.6.1

@@ -2,0 +8,0 @@ ==================

16

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

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

"dependencies": {
"depd": "1.1.0",
"depd": "1.1.1",
"inherits": "2.0.3",

@@ -20,7 +20,9 @@ "setprototypeof": "1.0.3",

"devDependencies": {
"eslint": "3.16.0",
"eslint-config-standard": "6.2.1",
"eslint-plugin-markdown": "1.0.0-beta.3",
"eslint-plugin-promise": "3.4.2",
"eslint-plugin-standard": "2.0.1",
"eslint": "3.19.0",
"eslint-config-standard": "10.2.1",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-markdown": "1.0.0-beta.6",
"eslint-plugin-node": "5.1.1",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-standard": "3.0.1",
"istanbul": "0.4.5",

@@ -27,0 +29,0 @@ "mocha": "1.21.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