Socket
Socket
Sign inDemoInstall

vk-api-scoped-methods

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vk-api-scoped-methods

Hash of VK API methods that require correct scope and scopes they require


Version published
Weekly downloads
13
increased by550%
Maintainers
1
Install size
10.7 kB
Created
Weekly downloads
 

Readme

Source

vk-api-scoped-methods Build Status

Hash of VK API (v5.37) methods that require correct scope and their scopes.

Install

$ npm install --save vk-api-scoped-methods

Usage

The module is just an instance of JavaScript Object, you can use it like this:

var vkApiScopedMethods = require('vk-api-scoped-methods');

vkApiScopedMethods['newsfeed.get'];
//=> ['wall', 'friends']

License

MIT © Dmitriy Sobolev

Keywords

FAQs

Last updated on 07 Sep 2015

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.

Install

Related posts

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