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 0.2.0 to 0.2.1

2

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

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

import { INote } from './note';
import { IPoll } from './poll';
import { IGift } from './gift';
import { IPhoto } from './photo';
import { IPhoto, IPostedPhoto, IPhotoGraffiti } from './photo';
import { IComment } from './comment';

@@ -13,2 +13,3 @@ import { IAudioMessage } from './audio-message';

import { ISticker } from './sticker';
import { IPostApp } from './app';

@@ -15,0 +16,0 @@ type ISupportedAttachments = {

@@ -1,5 +0,5 @@

import { ICity } from './city'
import { IPlace } from './geo';
import { IPhoto } from './photo';
import { IAudio } from './audio';
import { ICity, ICountry } from './common';

@@ -122,3 +122,3 @@ export const enum GroupType {

counters?: IGroupCounters;
country?: ICity;
country?: ICountry
cover?: IGroupCover;

@@ -125,0 +125,0 @@ crop_photo?: {

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