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 1.0.4 to 1.0.5

3

index.js

@@ -185,3 +185,4 @@ 'use strict';

}
let count = (object.queue.length > 25) ? 25 : (object.queue.length);
let limit = (object.config.mustBeSubscribed == true) ? 12 : 25;
let count = (object.queue.length > limit) ? limit : (object.queue.length);
let queuePart = object.queue.splice(0, count);

@@ -188,0 +189,0 @@

@@ -14,6 +14,18 @@ {

"D:\\Development\\Projects\\translate-bot"
],
[
{
"raw": "vk-fast-longpoll",
"scope": null,
"escapedName": "vk-fast-longpoll",
"name": "vk-fast-longpoll",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"D:\\Development\\Projects\\маникюр2.0"
]
],
"_from": "vk-fast-longpoll@latest",
"_id": "vk-fast-longpoll@1.0.0",
"_from": "vk-fast-longpoll",
"_id": "vk-fast-longpoll@1.0.4",
"_inCache": true,

@@ -24,3 +36,3 @@ "_location": "/vk-fast-longpoll",

"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/vk-fast-longpoll-1.0.0.tgz_1489344547236_0.9723926121369004"
"tmp": "tmp/vk-fast-longpoll-1.0.4.tgz_1489585942681_0.3789708276744932"
},

@@ -46,7 +58,7 @@ "_npmUser": {

],
"_resolved": "https://registry.npmjs.org/vk-fast-longpoll/-/vk-fast-longpoll-1.0.0.tgz",
"_shasum": "66868e0b54820be4b24f42145cf7180a635f9863",
"_resolved": "https://registry.npmjs.org/vk-fast-longpoll/-/vk-fast-longpoll-1.0.4.tgz",
"_shasum": "246e44d496b320b0229b36c4e1b867f7976e32fe",
"_shrinkwrap": null,
"_spec": "vk-fast-longpoll",
"_where": "D:\\Development\\Projects\\translate-bot",
"_where": "D:\\Development\\Projects\\маникюр2.0",
"author": {

@@ -64,4 +76,4 @@ "name": "Eugene Pogrebnyak"

"dist": {
"shasum": "66868e0b54820be4b24f42145cf7180a635f9863",
"tarball": "https://registry.npmjs.org/vk-fast-longpoll/-/vk-fast-longpoll-1.0.0.tgz"
"shasum": "246e44d496b320b0229b36c4e1b867f7976e32fe",
"tarball": "https://registry.npmjs.org/vk-fast-longpoll/-/vk-fast-longpoll-1.0.4.tgz"
},

@@ -82,3 +94,3 @@ "license": "ISC",

},
"version": "1.0.4"
"version": "1.0.5"
}
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