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

crispybot

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crispybot - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

6

dist/crispy.js

@@ -104,2 +104,5 @@ "use strict";

this.message(message.string);
if (this.options.debug) {
console.log(message);
}
}

@@ -110,2 +113,5 @@ catch {

this.message(message.string);
if (this.options.debug) {
console.log(message);
}
}

@@ -112,0 +118,0 @@ catch (err) {

2

package.json
{
"name": "crispybot",
"version": "3.0.0",
"version": "3.0.1",
"description": "An annoying bot.",

@@ -5,0 +5,0 @@ "main": "dist/crispy.js",

@@ -172,2 +172,5 @@ /**

this.message(message.string);
if (this.options.debug) {
console.log(message);
}
} catch {

@@ -177,2 +180,5 @@ try {

this.message(message.string);
if (this.options.debug) {
console.log(message);
}
} catch (err) {

@@ -179,0 +185,0 @@ if (this.options.debug) {

Sorry, the diff of this file is not supported yet

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