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

@dotcom-reliability-kit/crash-handler

Package Overview
Dependencies
Maintainers
5
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotcom-reliability-kit/crash-handler - npm Package Compare versions

Comparing version 3.0.9 to 4.0.0

8

package.json
{
"name": "@dotcom-reliability-kit/crash-handler",
"version": "3.0.9",
"version": "4.0.0",
"description": "A method to bind an uncaught exception handler to ensure that fatal application errors are logged",

@@ -14,9 +14,9 @@ "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",
"dependencies": {
"@dotcom-reliability-kit/log-error": "^3.1.7"
"@dotcom-reliability-kit/log-error": "^4.0.0"
}
}

@@ -13,2 +13,3 @@

* [Migrating from Sentry](#migrating-from-sentry)
* [Migrating](#migrating)
* [Contributing](#contributing)

@@ -87,2 +88,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

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