Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-code-error

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-code-error - npm Package Compare versions

Comparing version 0.1.41 to 0.1.42

2

index.js

@@ -110,3 +110,3 @@ 'use strict'

Object.keys(statusCodeMap).sort().forEach(function (key, ind) {
Errors.extend(key, +key, 100, 10 + ind, statusCodeMap[key])
Errors.extend(key, +key, +key, '', statusCodeMap[key])
})
{
"name": "node-code-error",
"version": "0.1.41",
"version": "0.1.42",
"description": "define node error with code",

@@ -5,0 +5,0 @@ "main": "./index.js",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc