Socket
Socket
Sign inDemoInstall

node-vk-bot

Package Overview
Dependencies
51
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

4

build/index.js

@@ -37,3 +37,3 @@ "use strict";

if (o.api) {
params.v = params.v || o.api.v || 5.80;
params.v = params.v || o.api.v || '5.80';
params.lang = params.lang || o.api.lang;

@@ -44,3 +44,3 @@ if (params.lang == null)

else
params.v = params.v || 5.80;
params.v = params.v || '5.80';
params.access_token = this.options.token;

@@ -47,0 +47,0 @@ return rq({

{
"name": "node-vk-bot",
"version": "1.0.0",
"version": "1.0.1",
"description": "Create and control VK bots easily.",

@@ -5,0 +5,0 @@ "main": "./build/index.js",

@@ -42,6 +42,6 @@ import { EventEmitter } from 'events'

if (o.api) {
params.v = params.v || o.api.v || 5.80
params.v = params.v || o.api.v || '5.80'
params.lang = params.lang || o.api.lang
if (params.lang == null) delete params.lang
} else params.v = params.v || 5.80
} else params.v = params.v || '5.80'

@@ -48,0 +48,0 @@ params.access_token = this.options.token

Sorry, the diff of this file is not supported yet

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