
Product
Secure Your AI-Generated Code with Socket MCP
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
VK API wrapper for NodeJS
Feel free to use it. If you have any wishes, you can post it there on GitHub
Install the module with: npm install vk-api
var vk_api = require('vk-api');
var VK = new vk_api({appID: APPID, appSecret: APPSECRET}, REDIRECT_URL);
VK.api('users.get', {id: 1234, lang: 'en'}, function(err,result) {
//Some processing
});
=======
Or if you want to take User id
var vk_api = require('vk-api');
var VK = new vk_api({appID: APPID, appSecret: APPSECRET}, REDIRECT_URL);
VK.init(function(err) {
VK.api('users.get', {id: VK.userId, lang: 'en'}, function(err,result) {
//Some processing
});
});
(Coming soon)
See examples directory
0.1.0 - 10/30/2013
Copyright (c) 2013 Andromant
Licensed under the MIT license.
FAQs
VK API wrapper for NodeJS
The npm package vk-api receives a total of 6 weekly downloads. As such, vk-api popularity was classified as not popular.
We found that vk-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.