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.3.0 to 0.3.1

5

index.js

@@ -126,7 +126,2 @@ const request = require('request');

getLongPoll: function(longPollParams) {
if (!longPollParams || !longPollParams.length) {
this.startLongPoll();
return;
}
request({

@@ -133,0 +128,0 @@ url: `https://${longPollParams.server}`,

2

package.json
{
"name": "node-vk-bot-api",
"version": "0.3.0",
"version": "0.3.1",
"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