New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vkapi-lite

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vkapi-lite - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "vkapi-lite",
"version": "2.0.0",
"version": "2.0.1",
"description": "Lite VK API wrapper for Node.JS",

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

@@ -7,3 +7,3 @@ # vkapi-lite

## INSTALLATION
# INSTALLATION

@@ -20,3 +20,3 @@ ```

const client = new ClientInstance({
token: '', // default: '' (empty string)
token: 'YOUR_TOKEN', // default: '' (empty string)
debug: true, // default: false

@@ -43,3 +43,2 @@ logger: console.log, // if debug true

// Possible events: https://vk.com/dev/groups_events

@@ -46,0 +45,0 @@ client.on('wall_post_new', (event) => {

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