Socket
Socket
Sign inDemoInstall

errno

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

errno - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

custom.js

@@ -41,3 +41,5 @@ function init (name, message, cause) {

module.exports = function (errno) {
var ce = createError.bind(null, errno)
var ce = function (name, proto) {
return createError(errno, name, proto)
}
return {

@@ -44,0 +46,0 @@ CustomError : CustomError

@@ -8,3 +8,3 @@ {

, "keywords": [ "errors", "errno", "libuv" ]
, "version": "0.0.4"
, "version": "0.0.5"
, "main": "errno.js"

@@ -11,0 +11,0 @@ , "dependencies": {}

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