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

better-fs-errors

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

better-fs-errors - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "better-fs-errors",
"description": "Better-looking Node fs error outputs",
"version": "1.0.0",
"version": "1.0.1",
"author": "Chris Deacy <chris@deacy.io> (http://deacy.io)",

@@ -6,0 +6,0 @@ "license": "MIT",

better-fs-errors
===
better-fs-errors is an node module that improves the way fs (file system) errors look. It uses the [errno](https://github.com/rvagg/node-errno) module to provide more helpful error messages based on the error code provided by node. This has not been fully tested with every possible error, so please report any issues you run into [here](https://github.com/chrisdothtml/better-fs-errors/issues).
better-fs-errors is a node module that improves the way [fs](https://nodejs.org/api/fs.html) (file system) errors look. It uses the [errno](https://github.com/rvagg/node-errno) module to provide more helpful error messages based on the error code provided by node. This has not been fully tested with every possible error, so please report any issues you run into [here](https://github.com/chrisdothtml/better-fs-errors/issues).

@@ -5,0 +5,0 @@ Before:

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