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

@apidog/vk-typings

Package Overview
Dependencies
Maintainers
1
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.0-beta.3 to 1.0.0-beta.4

2

package.json
{
"name": "@apidog/vk-typings",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "Typings for VK API objects",

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

@@ -23,3 +23,3 @@ import type { IPhoto } from './IPhoto';

answers: IPollAnswer[];
author_id?: boolean;
author_id?: number;
photo?: IPhoto;

@@ -26,0 +26,0 @@ background?: IPollBackground;

@@ -39,3 +39,3 @@ import type { IPhoto } from './IPhoto';

export interface IStoryPhoto extends IStoryBase<'photo'> {
photo: IPhoto;
photo: Omit<IPhoto, 'likes' | 'reposts'>;
}

@@ -42,0 +42,0 @@

@@ -45,2 +45,4 @@ import type { ILikesInfo } from './ILikesInfo';

privacy_comment?: IPhotoPrivacy;
// Неизвестно что это
response_type?: 'full';
}
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