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.15 to 1.0.16

2

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

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

import type { IGift } from './IGift';
export interface IGiftItemMarket {
gift: IGift;
payment_type: 'balance';
price: number;
price_str: string;
gift: IGift & {
stickers_product_id?: number;
keywords?: string;
};
/** Отсутствует, если disabled=1 */
payment_type?: 'balance';
/** Отсутствует, если disabled=1 */
price?: number;
/** Отсутствует, если disabled=1 */
price_str?: string;
gifts_left?: number;

@@ -13,2 +19,7 @@ real_price?: number;

disabled?: boolean;
sticker_pack?: {
title: string;
description: string;
author: string;
};
}
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