Socket
Socket
Sign inDemoInstall

lib-vk

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lib-vk - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "lib-vk",
"version": "1.0.4",
"version": "1.0.5",
"description": "Compact SDK with VK API for Node.js",

@@ -5,0 +5,0 @@ "main": "libVK.js",

@@ -24,3 +24,3 @@ # lib-vk

vk.track('message_new', newMessage => newMessage.text == 'test' && vk.reply(newMessage, 'This is a reply message') && vk.send(newMessage, 'This is a normal message'))
vk.track('message_new', message => message.text == 'test' && vk.reply(message, 'This is a reply message') && vk.send(message, 'This is a normal message'))
```

@@ -27,0 +27,0 @@

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