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.0.3 to 2.0.4

2

dist/crispy.js

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

if (this.io) {
this.io.emit("room::message", { room, message: { command, value } });
this.io.emit("room::command", { room, message: { command, value } });
}

@@ -116,0 +116,0 @@ else {

{
"name": "crispybot",
"version": "2.0.3",
"version": "2.0.4",
"description": "An annoying bot.",

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

@@ -117,3 +117,3 @@ import io from "socket.io-client";

if (this.io) {
this.io.emit("room::message", { room, message: { command, value } });
this.io.emit("room::command", { room, message: { command, value } });
} else {

@@ -120,0 +120,0 @@ throw new Error("Socket disconnected!");

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