Socket
Socket
Sign inDemoInstall

@apidog/vk-typings

Package Overview
Dependencies
Maintainers
1
Versions
38
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.16 to 1.0.17

src/IOwnerCover.ts

2

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

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

@@ -8,3 +8,3 @@ import type { IAccountPhotoSize } from './IAccountPhotoSize';

import type { IGroupCounters } from './IGroupCounters';
import type { IGroupCover } from './IGroupCover';
import type { IOwnerCover } from './IOwnerCover';
import type { IGroupCropPhoto } from './IGroupCropPhoto';

@@ -79,3 +79,3 @@ import type { IGroupLink } from './IGroupLink';

counters?: IGroupCounters;
cover?: IGroupCover;
cover?: IOwnerCover;
crop_photo?: IGroupCropPhoto;

@@ -82,0 +82,0 @@ description?: string;

@@ -51,3 +51,2 @@ export * from './IAccount';

export * from './IGroupCounters';
export * from './IGroupCover';
export * from './IGroupCropPhoto';

@@ -78,2 +77,4 @@ export * from './IGroupLink';

export * from './INotificationsPrivate';
export * from './IOwnerCover';
export * from './IOwnerCoverImage';
export * from './IPeer';

@@ -80,0 +81,0 @@ export * from './IPhoto';

@@ -5,2 +5,3 @@ import type { IAccountPhotoSize } from './IAccountPhotoSize';

import type { ICountry } from './ICountry';
import type { IOwnerCover } from './IOwnerCover';
import type { IPhoto } from './IPhoto';

@@ -51,2 +52,3 @@ import type { IStatusImage } from './IStatusImage';

can_see_all_posts: boolean;
cover?: IOwnerCover;
service_description: string;

@@ -53,0 +55,0 @@ sex: 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