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.3 to 1.0.4

9

index.js

@@ -383,7 +383,12 @@ 'use strict';

execute(code, callback)
execute(code, token, callback)
{
if(!callback)
{
callback = token;
token = object.config.token;
}
let postData = querystring.stringify({
code: code,
access_token: object.config.token,
access_token: token,
v: 5.62

@@ -390,0 +395,0 @@ });

@@ -78,3 +78,3 @@ {

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