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.4 to 2.1.5

5

examples/keyboard.js
const VkBot = require('../lib')
const Markup = require('../lib/markup')
const bot = new VkBot({
token: process.env.TOKEN,
group_id: process.env.GROUP_ID,
})
const bot = new VkBot(process.env.TOKEN)

@@ -9,0 +6,0 @@ bot.command('/sport', (ctx) => {

@@ -6,6 +6,3 @@ const VkBot = require('../lib')

const bot = new VkBot({
token: process.env.TOKEN,
group_id: process.env.GROUP_ID,
})
const bot = new VkBot(process.env.TOKEN)
const session = new Session()

@@ -12,0 +9,0 @@ const scene = new Scene('meet',

const VkBot = require('../lib')
const Session = require('../lib/session')
const bot = new VkBot({
token: process.env.TOKEN,
group_id: process.env.GROUP_ID,
})
const bot = new VkBot(process.env.TOKEN)
const session = new Session()

@@ -9,0 +6,0 @@

const VkBot = require('../lib')
const bot = new VkBot({
token: process.env.TOKEN,
group_id: process.env.GROUP_ID,
})
const bot = new VkBot(process.env.TOKEN)

@@ -8,0 +5,0 @@ bot.on((ctx) => {

2

package.json
{
"name": "node-vk-bot-api",
"version": "2.1.4",
"version": "2.1.5",
"description": "🤖 Vk bot framework for Node.js",

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

@@ -33,2 +33,6 @@ [![node-vk-bot-api](https://img.shields.io/npm/v/node-vk-bot-api.svg?style=flat-square)](https://www.npmjs.com/package/node-vk-bot-api/)

## Community support
Any questions you can ask in the [telegram chat](https://tele.click/joinchat/BXuo0kxMRNVyfdKKjMHpQQ). [russian/english]
## Methods

@@ -35,0 +39,0 @@

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