Socket
Socket
Sign inDemoInstall

@apidog/vk-typings

Package Overview
Dependencies
0
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.14 to 1.0.15

2

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

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

export interface ILikesInfo {
can_like: 0 | 1;
can_like?: 0 | 1;
count: number;

@@ -4,0 +4,0 @@ user_likes: 0 | 1;

@@ -10,3 +10,4 @@ import type { ILikesInfo } from './ILikesInfo';

album_id: number;
user_id: number;
/** Только при owner_id < 0 */
user_id?: number;
text: string;

@@ -18,11 +19,17 @@ date: number;

has_tags?: boolean;
likes: ILikesInfo;
reposts: IRepostsInfo;
comments?: {
count: number;
};
/** Только при extended=1 */
can_comment?: boolean;
can_repost?: boolean;
can_be_owner_photo?: boolean; // 01
lat?: number;
long?: number;
orig_photo?: Omit<IPhotoSizeRequireSource<IPhotoSize, 'url'>, 'type'>;
comments?: {
count: number;
};
tags?: {
count: number;
};
likes: ILikesInfo;
reposts: IRepostsInfo;
}
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