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

anticrash

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anticrash - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

read.md

2

.cache/replit/__replit_disk_meta.json

@@ -1,1 +0,1 @@

{"nonce":6907129483949653384,"last_updated":{"seconds":1682884802,"nanos":373972000}}
{"nonce":529051540516367905,"last_updated":{"seconds":1682885166,"nanos":928910000}}

@@ -15,3 +15,3 @@ const { EventEmitter } = require(`events`);

} else if (!options.enableAntiCrash) {
throw new TypeError(`> [anticrash] : Option antiCrash is blank / has no value! Check the documentation ( https://www.npmjs.com/package/discord-anticrash )`.red)
throw new TypeError(`> [anticrash] : Option antiCrash is blank / has no value! Check the documentation ( https://www.npmjs.com/package/anticrash )`.red)
} else if (options.enableAntiCrash == "false") {

@@ -22,3 +22,3 @@ console.log(`> [anticrash] : Option enableAntiCrash is disabled, and [discord-anticrash] will not be preventing bot termination`.red)

} else {
throw new SyntaxError(`> [anticrash] : Option enableAntiCrash is not valid! Check the documentation ( https://www.npmjs.com/package/discord-anticrash )`.red)
throw new SyntaxError(`> [anticrash] : Option enableAntiCrash is not valid! Check the documentation ( https://www.npmjs.com/package/anticrash )`.red)
}

@@ -25,0 +25,0 @@ });

{
"name": "anticrash",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.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