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

modern-errors

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

modern-errors - npm Package Compare versions

Comparing version 4.0.0-beta.0 to 4.0.0-beta.1

4

package.json
{
"name": "modern-errors",
"version": "4.0.0-beta.0",
"version": "4.0.0-beta.1",
"type": "module",
"exports": "./build/src/main.js",
"main": "./build/src/main.js",
"types": "./build/types/main.d.ts",
"types": "./build/src/main.d.ts",
"files": [

@@ -9,0 +9,0 @@ "build/src/**/*.{js,json}",

@@ -575,2 +575,3 @@ <picture>

export const AnyError = modernErrors([modernErrorsBugs, modernErrorsSerialize])
// ...
```

@@ -600,3 +601,4 @@

- Any error of multiple classes: using `ErrorClass.subclass()`
- Any error of multiple classes: using
[`ErrorClass.subclass()`](#anyerrorsubclassname-options)

@@ -603,0 +605,0 @@ ```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