New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

error-ninja

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

error-ninja - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json

@@ -10,3 +10,3 @@ {

"name": "error-ninja",
"version": "1.0.0",
"version": "1.0.1",
"description": "Allows us to pre-define error types and error messages in each module.",

@@ -13,0 +13,0 @@ "keywords": [

@@ -22,2 +22,5 @@ # Error-Ninja

## v1.x Breaking Changes
The new v1 of this library is a complete rewrite and is not backwards compatible with previous versions.
## Quick Start

@@ -82,3 +85,3 @@ See the `./examples/example.js` file for a working example or execute: `npm run example`.

#### Output when calling `newErr.cause()`:
#### Output when calling `err.cause()`:

@@ -103,3 +106,3 @@ ```javascript

#### Output when calling `newErr.cause(true)`:
#### Output when calling `err.cause(true)`:

@@ -106,0 +109,0 @@ ```javascript

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