New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.200-alpha.0 to 0.0.201-alpha.0

12

core/core.class.js

@@ -296,10 +296,8 @@ const { EventEmitter } = require('node:events')

[
`[CIRCULAR_DEPENDENCY]: Se ha detectado una dependencia circular.`
`[CIRCULAR_DEPENDENCY]: Se ha detectado una dependencia circular.`,
`Para evitar problemas, te recomendamos utilizar 'require'('./ruta_del_flow')`,
``,
`Ejemplo: return gotoFlow(helloFlow) --> gotoFlow(require('./flows/helloFlow.js'))`,
``,
`[INFO]: Para entender más sobre esto ir a https://bot-whatsapp.netlify.app/docs/goto-flow/`
].join('\n')
)
`Ejemplo: gotoFlow(helloFlow) --> gotoFlow(require('./flows/helloFlow.js'))`,
`[INFO]: https://bot-whatsapp.netlify.app/docs/goto-flow/`
]
);
return

@@ -306,0 +304,0 @@ }

{
"name": "@bot-whatsapp/bot",
"version": "0.0.200-alpha.0",
"version": "0.0.201-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