Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vk-fast-longpoll

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vk-fast-longpoll - npm Package Compare versions

Comparing version 2.0.20 to 2.0.21

9

lib/api.js

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

{
logger.error(err);
for(let i in current)

@@ -86,2 +85,10 @@ this._queue.unshift(current[i]);

}
else if(body.error.error_code == 13)
{
for(let i in current)
this._queue.unshift(current[i]);
this._callsCount--;
console.log('API execute calls was decreased to ' + this._callsCount + ' due to big request body');
setTimeout(this._executeLoop, this._time);
}
else

@@ -88,0 +95,0 @@ {

2

package.json

@@ -33,3 +33,3 @@ {

},
"version": "2.0.20"
"version": "2.0.21"
}
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