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
44
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.6 to 3.0.7

6

lib/index.d.ts

@@ -6,2 +6,5 @@ export = registerCrashHandler;

}
declare namespace exports {
export { exports as default, CrashHandlerOptions };
}
type CrashHandlerOptions = {

@@ -13,5 +16,2 @@ logger?: (import("@dotcom-reliability-kit/log-error").Logger & {

};
declare namespace exports {
export { exports as default, CrashHandlerOptions };
}
//# sourceMappingURL=index.d.ts.map
{
"name": "@dotcom-reliability-kit/crash-handler",
"version": "3.0.6",
"version": "3.0.7",
"description": "A method to bind an uncaught exception handler to ensure that fatal application errors are logged",

@@ -19,4 +19,4 @@ "repository": {

"dependencies": {
"@dotcom-reliability-kit/log-error": "^3.1.4"
"@dotcom-reliability-kit/log-error": "^3.1.5"
}
}
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