Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vk-fast-api

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vk-fast-api - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

44

methods.js

@@ -133,27 +133,35 @@ module.exports = [

'pages.clearCache',
'groups.isMember',
'groups.getById',
'groups.get',
'groups.getMembers',
'groups.join',
'groups.leave',
'groups.search',
'groups.getInvites',
'groups.getInvitedUsers',
'groups.addLink',
'groups.approveRequest',
'groups.banUser',
'groups.unbanUser',
'groups.getBanned',
'groups.create',
'groups.deleteLink',
'groups.edit',
'groups.editLink',
'groups.editManager',
'groups.editPlace',
'groups.get',
'groups.getBanned',
'groups.getById',
'groups.getCallbackConfirmationCode',
'groups.getCallbackServerSettings',
'groups.getCallbackSettings',
'groups.getCatalog',
'groups.getCatalogInfo',
'groups.getInvitedUsers',
'groups.getInvites',
'groups.getMembers',
'groups.getRequests',
'groups.getSettings',
'groups.getRequests',
'groups.editManager',
'groups.invite',
'groups.addLink',
'groups.deleteLink',
'groups.editLink',
'groups.isMember',
'groups.join',
'groups.leave',
'groups.removeUser',
'groups.reorderLink',
'groups.removeUser',
'groups.approveRequest',
'groups.search',
'groups.setCallbackServer',
'groups.setCallbackServerSettings',
'groups.setCallbackSettings',
'groups.unbanUser',
'board.getTopics',

@@ -160,0 +168,0 @@ 'board.getComments',

{
"name": "vk-fast-api",
"version": "1.0.1",
"author": {
"name": "Eugene Pogrebnyak"
},
"bugs": {
"url": "https://github.com/emcifuntik/vk-fast-api/issues"
},
"bundleDependencies": false,
"dependencies": {
"bluebird": "^3.5.0",
"request": "^2.81.0",
"winston": "^2.3.1"
},
"deprecated": false,
"description": "VK api calls through execute method",
"main": "api.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/_mocha"
"devDependencies": {
"mocha": "^3.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emcifuntik/vk-fast-api.git"
},
"homepage": "https://github.com/emcifuntik/vk-fast-api#readme",
"keywords": [

@@ -21,16 +28,13 @@ "vk",

],
"author": "Eugene Pogrebnyak",
"license": "MIT",
"bugs": {
"url": "https://github.com/emcifuntik/vk-fast-api/issues"
"main": "api.js",
"name": "vk-fast-api",
"repository": {
"type": "git",
"url": "git+https://github.com/emcifuntik/vk-fast-api.git"
},
"homepage": "https://github.com/emcifuntik/vk-fast-api#readme",
"devDependencies": {
"mocha": "^3.2.0"
"scripts": {
"test": "node ./node_modules/mocha/bin/_mocha"
},
"dependencies": {
"bluebird": "^3.5.0",
"request": "^2.81.0",
"winston": "^2.3.1"
}
"version": "1.0.2"
}
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