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 2.1.0 to 2.1.1

1

dist/crispy.d.ts
import { MarkovGenerateOptions, MarkovResult } from "markov-strings";
interface ICrispyOptions {
[key: string]: any;
cooldownInterval: number;
stateSize: number;

@@ -5,0 +6,0 @@ minLength: number;

2

dist/crispy.js

@@ -65,3 +65,3 @@ "use strict";

this._initCorpus();
setInterval(this.cleanCooldown);
setInterval(this.cleanCooldown, this.options.cooldownInterval * 1000 * 60);
}

@@ -68,0 +68,0 @@ get io() {

{
"name": "crispybot",
"version": "2.1.0",
"version": "2.1.1",
"description": "An annoying bot.",

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

@@ -24,2 +24,3 @@ /**

[key: string]: any;
cooldownInterval: number;
stateSize: number;

@@ -108,3 +109,3 @@ minLength: number;

this._initCorpus();
setInterval(this.cleanCooldown);
setInterval(this.cleanCooldown, this.options.cooldownInterval * 1000 * 60);
}

@@ -111,0 +112,0 @@

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