Socket
Socket
Sign inDemoInstall

vk-chat-bot

Package Overview
Dependencies
120
Maintainers
1
Versions
140
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345
14Next

16.0.0

Diff

Changelog

Source

[16.0.0] - 2019-12-28

Changed

  • Replaced moment and moment-duration-format dependencies with a simple function. The process uptime output format in stats is different now.
  • Switched back to yarn.
  • Upgraded dependencies.
u32i64
published 15.1.0 •

Changelog

Source

[15.1.0] - 2019-06-16

Added

  • Core.getPid.
  • Core.getOriginalPid.
  • log.validate - for now validates only bot function's inputs.

Changed

  • Warning color is now orange.
  • Information and response message types now have bold colors, just like the other types.
  • Renamed callback to handler. No change in functionality.
  • Switched to eslint.

Fixed

  • Some types.
  • Documentation.
u32i64
published 15.0.1 •

Changelog

Source

[15.0.1] - 2019-06-15

Fixed

  • dist/main.d.ts file.
u32i64
published 15.0.0 •

Changelog

Source

[15.0.0] - 2019-06-15

Added

  • Now packaging with .d.ts TypeScript declaration files.

Changed

  • Changes related to keyboards (also see keyboard docs):
    • kbd.Button -> kbd.button.
    • kbd.colors.<somecolor> -> kbd.Color.<Somecolor>.
  • Many previously "private" and "readonly" things are now actually private and readonly respectively. See docs for more details.
  • JavaScript -> TypeScript.
  • Documentation generator: jsdoc + minami theme -> typedoc.
  • Package contains minified files for each module instead of one minified file.
  • log.types.<sometype> -> log.MessageType.<Sometype> (see log docs).

Fixed

  • In case neither replyText nor attachment was supplied, this line might have caused a very informative log message to appear, namely
        ctx warn ctx
    
    because there were more arguments supplied than needed. Thanks TypeScript!

Removed

  • Custom messages when required arguments to bot and some other functions are not provided aka rudimentary input validation.
    • log.requireParam.
    • log.requireFunction.
  • rollup devDependency (and its plugins).
u32i64
published 14.0.0 •

Changelog

Source

[14.0.0] - 2019-06-08

Changed

u32i64
published 13.1.3 •

Changelog

Source

[13.1.3] - 2019-05-11

Changed

  • Updated to API version 5.95.
u32i64
published 13.1.2 •

Changelog

Source

[13.1.2] - 2019-03-28

Fixed

  • This:
    core warn Error in handler: TypeError: Cannot read property 'handler' of undefined
    
u32i64
published 13.1.1 •

Changelog

Source

[13.1.1] - 2019-03-28

Changed

  • Update dependencies.
u32i64
published 13.1.0 •

Changelog

Source

[13.1.0] - 2019-02-22

Fixed

  • random_id is now 32-bit.
u32i64
published 13.0.3 •

Changelog

Source

[13.0.3] - 2018-12-26

Fixed

  • README.md contained non-camelCase fields in params, while v13.0.0 changed them to be in camelCase.
2345
14Next
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