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

replchat.js

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

replchat.js - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

2

index.js

@@ -35,3 +35,3 @@ const EventEmitter = require('events').EventEmitter

this.socket.on('debug', (code) => {
if (code != "REQUIRES_IDENTIFY") this.socket.emit('identify', `${this.username} [BOT]`)
if (code == "REQUIRES_IDENTIFY") this.socket.emit('identify', `${this.username} [BOT]`)
})

@@ -38,0 +38,0 @@

{
"name": "replchat.js",
"version": "1.2.2",
"version": "1.2.3",
"description": "A library for making bots with replchat (https://replchat.bddy.repl.co/)",

@@ -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