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

@bot-whatsapp/bot

Package Overview
Dependencies
Maintainers
1
Versions
286
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bot-whatsapp/bot - npm Package Compare versions

Comparing version 0.0.185-alpha.0 to 0.0.186-alpha.0

2

core/core.class.js

@@ -130,2 +130,3 @@ const { EventEmitter } = require('node:events')

getMyState: this.stateHandler.getMyState(messageCtxInComming.from),
get: this.stateHandler.get(messageCtxInComming.from),
getAllState: this.stateHandler.getAllState,

@@ -139,2 +140,3 @@ update: this.stateHandler.updateState(messageCtxInComming),

getMyState: this.globalStateHandler.getMyState(),
get: this.globalStateHandler.get(),
getAllState: this.globalStateHandler.getAllState,

@@ -141,0 +143,0 @@ update: this.globalStateHandler.updateState(messageCtxInComming),

2

package.json
{
"name": "@bot-whatsapp/bot",
"version": "0.0.185-alpha.0",
"version": "0.0.186-alpha.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "./lib/bundle.bot.cjs",

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