Socket
Socket
Sign inDemoInstall

http-errors

Package Overview
Dependencies
5
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.0 to 1.7.1

5

HISTORY.md

@@ -0,1 +1,6 @@

2018-09-08 / 1.7.1
==================
* Fix error creating objects in some environments
2018-07-30 / 1.7.0

@@ -2,0 +7,0 @@ ==================

2

index.js

@@ -231,3 +231,3 @@ /*!

if (desc.configurable) {
if (desc && desc.configurable) {
desc.value = name

@@ -234,0 +234,0 @@ Object.defineProperty(func, 'name', desc)

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

@@ -20,9 +20,9 @@ "contributors": [

"devDependencies": {
"eslint": "4.19.1",
"eslint-config-standard": "11.0.0",
"eslint-plugin-import": "2.13.0",
"eslint": "5.5.0",
"eslint-config-standard": "12.0.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-markdown": "1.0.0-beta.6",
"eslint-plugin-node": "6.0.1",
"eslint-plugin-promise": "3.8.0",
"eslint-plugin-standard": "3.1.0",
"eslint-plugin-node": "7.0.1",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-standard": "4.0.0",
"istanbul": "0.4.5",

@@ -29,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