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.4 to 1.0.5

increment-version.js

4

package.json
{
"name": "@apidog/vk-typings",
"version": "1.0.4",
"version": "1.0.5",
"description": "Typings for VK API objects",
"scripts": {
"prepublish": "npm run generate:index && npm run typechecking",
"prepublishOnly": "node increment-version.js && npm run generate:index && npm run typechecking",
"generate:index": "node -e \"console.log(require('fs').readdirSync('src').filter(f=>f!=='index.ts').map(f=>'export * from \\'./'+f.replace(/\\.ts$/ig, '')+'\\';').join('\\n'))\" > src/index.ts",

@@ -8,0 +8,0 @@ "typechecking": "tsc --noEmit"

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

export * from './IVideoMessage';
export * from './IVideoRestriction';
export * from './IVideoSection';

@@ -122,0 +123,0 @@ export * from './IVideoTimelineThumbs';

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

import type { IVideoImage } from './IVideoImage';
import type { IVideoRestriction } from './IVideoRestriction';
import type { IVideoTimelineThumbs } from './IVideoTimelineThumbs';

@@ -58,2 +59,5 @@ import type { VideoFilesKey } from './VideoFiles';

response_type?: 'full' | 'min';
content_restricted?: 1;
can_dislike?: 1;
restriction?: IVideoRestriction;
}
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