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

crashme

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crashme - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

2

dist/lib.js

@@ -341,3 +341,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

}
else if (tabInactivity > options.staleThreshold && !tab.staleReported) {
else if (options.staleThreshold && tabInactivity > options.staleThreshold && !tab.staleReported) {
staleTabs.push(tab);

@@ -344,0 +344,0 @@ }

@@ -56,3 +56,3 @@ export type CrashDetectionOptions<CustomStateReport extends BaseStateReport> = {

*/
staleThreshold: number;
staleThreshold?: number;
/**

@@ -59,0 +59,0 @@ * How often detection logic will be triggered

{
"name": "crashme",
"version": "0.0.13",
"version": "0.0.14",
"main": "dist/lib.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

Sorry, the diff of this file is not supported yet

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