vk-fast-api
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15751
548