Socket
Socket
Sign inDemoInstall

node-vk-bot-api

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-vk-bot-api - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

2

lib/methods/next.js

@@ -7,3 +7,3 @@ module.exports = function (ctx, idx = -1) {

if (ctx.message.type === 'message_new' && trigger !== 'message_new') {
const message = ctx.message.text ? ctx.message.text.toLowerCase() : ''
const message = (ctx.message.text || ctx.message.body).toLowerCase()

@@ -10,0 +10,0 @@ if (trigger instanceof RegExp) {

{
"name": "node-vk-bot-api",
"version": "2.1.2",
"version": "2.1.3",
"description": "🤖 Vk bot framework for Node.js",

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc