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.7 to 1.0.8

4

lib-vk/Message.js

@@ -20,5 +20,5 @@ const structMessage = require('./utils/messageStruct');

}
else
else if(typeMessage)
{
structMessage[message[0]].struct.forEach((key, index) => this[key] = message[index+1]);
structMessage[message[0]].struct.forEach((key, index) => this[key] = message[index]);
}

@@ -25,0 +25,0 @@

@@ -31,2 +31,3 @@ module.exports =

struct: [
'type',
'peerId',

@@ -67,2 +68,3 @@ 'localId',

struct: [
'type',
'userId',

@@ -78,2 +80,3 @@ 'flags'

struct: [
'type',
'userId',

@@ -90,2 +93,3 @@ 'chatId'

struct: [
'type',
'userIds',

@@ -102,2 +106,3 @@ 'peerId',

struct: [
'type',
'userIds',

@@ -104,0 +109,0 @@ 'peerId',

{
"name": "lib-vk",
"version": "1.0.7",
"version": "1.0.8",
"description": "Compact SDK with VK API for Node.js",

@@ -5,0 +5,0 @@ "main": "./lib-vk/VK.js",

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