Socket
Socket
Sign inDemoInstall

botact

Package Overview
Dependencies
156
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.3 to 1.8.4

2

package.json
{
"name": "botact",
"version": "1.8.3",
"version": "1.8.4",
"description": "A framework for creating VK bots on callback API.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -44,3 +44,2 @@ [![botact](https://img.shields.io/npm/v/botact.svg?style=flat-square)](https://www.npmjs.com/package/botact/)

bot.before(ctx => ctx.start = true)
bot.command('start', ({ reply }) => reply('This is start!'))

@@ -47,0 +46,0 @@ bot.hears(/(car|tesla)/, ({ reply }) => reply('I love Tesla!'))

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc