node-vk-call icon indicating copy to clipboard operation
node-vk-call copied to clipboard

Simple API wrapper for VK.com social network

Results 9 node-vk-call issues
Sort by recently updated
recently updated
newest added

"api.call" should be "vk.call"

Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.0 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

при некоторых запросах получаю ошибку `Application authorization failed: method is unavailable with service token.` как и куда надо передавать `service token`? в коде я про него не нашел упоминаний

Я попытался использовать конструкцию вида : `var result = await chain.done();` с включенным флагом --harmony в node 8.5.0. И это не сработало, переменная result undef, сам объект chain [https://yadi.sk/i/WeiNizc13NCiAx](скрин). Что...