Socket
Socket
Sign inDemoInstall

vk-bot-api

Package Overview
Dependencies
53
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.6 to 1.4.7

2

lib/lp.js

@@ -16,3 +16,2 @@ 'use strict';

this.count = 0;
this.runnng = true;
this.getLink();

@@ -36,3 +35,2 @@ }

return rq(link, { json: true }).then(function (res) {
if (!_this2.running) return;
if (!res || !res.ts || res.failed) return _this2.getLink();

@@ -39,0 +37,0 @@

@@ -367,12 +367,2 @@ 'use strict';

/**
* Остановка LongPoll
*/
}, {
key: 'stopPolling',
value: function stopPolling() {
this.lp.runnng = false;
}
/**
* Загрузка фото на сервер ВКонтакте.

@@ -379,0 +369,0 @@ *

2

package.json
{
"name": "vk-bot-api",
"version": "1.4.6",
"version": "1.4.7",
"description": "Tool to make VK chat bots",

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

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