Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@apidog/vk-typings

Package Overview
Dependencies
Maintainers
0
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apidog/vk-typings - npm Package Compare versions

Comparing version 1.0.25 to 1.0.26

2

package.json
{
"name": "@apidog/vk-typings",
"version": "1.0.25",
"version": "1.0.26",
"description": "Typings for VK API objects",

@@ -5,0 +5,0 @@ "scripts": {

export interface IPeer {
id: number;
type: 'user' | 'chat' | 'group' | 'email';
type: 'user' | 'chat' | 'group' | 'email' | 'contact';
local_id: number;
}
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