New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.17 to 2.0.18

3

lib/longpoll.js

@@ -67,3 +67,3 @@ 'use strict';

request({
url: 'https://a' + this._lpi.server,
url: 'https://' + this._lpi.server,
timeout: 20e3,

@@ -80,3 +80,2 @@ json: true,

}, (err, res, body) => {
console.log(err, res);
if(res.statusCode != 200 || err)

@@ -83,0 +82,0 @@ {

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

},
"version": "2.0.17"
"version": "2.0.18"
}
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