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

@dotcom-reliability-kit/serialize-error

Package Overview
Dependencies
Maintainers
5
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotcom-reliability-kit/serialize-error - npm Package Compare versions

Comparing version 2.2.1 to 3.0.0

6

package.json
{
"name": "@dotcom-reliability-kit/serialize-error",
"version": "2.2.1",
"version": "3.0.0",
"description": "A utility function to serialize an error object in a way that's friendly to loggers, view engines, and converting to JSON",

@@ -14,6 +14,6 @@ "repository": {

"engines": {
"node": "16.x || 18.x || 20.x",
"npm": "7.x || 8.x || 9.x"
"node": "18.x || 20.x",
"npm": "8.x || 9.x"
},
"main": "lib"
}

@@ -19,2 +19,3 @@

* [`SerializedError.data`](#serializederrordata)
* [Migrating](#migrating)
* [Contributing](#contributing)

@@ -116,2 +117,7 @@ * [License](#license)

## Migrating
Consult the [Migration Guide](./docs/migration.md) if you're trying to migrate to a later major version of this package.
## Contributing

@@ -118,0 +124,0 @@

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