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

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

custom.js

4

build.js

@@ -38,5 +38,7 @@ #!/usr/bin/env node

}).join('\n , ')
+ '\n}'
+ '\n}\n\n'
out += '\nmodule.exports.custom = require("./custom")(module.exports)\n'
fs.writeFile('errno.js', out)
})

@@ -402,2 +402,4 @@ var all = module.exports.all = [

, 'EROFS': all[55]
}
}
module.exports.custom = require("./custom")(module.exports)

@@ -6,3 +6,3 @@ {

, "keywords": [ "errors", "errno", "libuv" ]
, "version": "0.0.1"
, "version": "0.0.2"
, "main": "errno.js"

@@ -9,0 +9,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