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 0.1.2 to 0.1.3

LICENSE.md

4

index.js

@@ -117,4 +117,4 @@ const request = require('request');

const update = (Object.keys(data).length == 3)
? { user_id: data.user_id, date: data.date, msg: data.body }
: { user_id: data[3], date: data[4], msg: data[6] };
? { user_id: uid, date: data.date, msg: data.body }
: { user_id: uid, date: data[4], msg: data[6] };

@@ -121,0 +121,0 @@ if (action[update.msg]) {

{
"name": "node-vk-bot-api",
"version": "0.1.2",
"version": "0.1.3",
"description": "Clean API for VK bots based on long poll with multi-dispatch send messages (~75 per second).",

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

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