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.5 to 1.0.6

src/IDocumentType.ts

5

package.json
{
"name": "@apidog/vk-typings",
"version": "1.0.5",
"version": "1.0.6",
"description": "Typings for VK API objects",
"scripts": {
"prepublishOnly": "node increment-version.js && npm run generate:index && npm run typechecking",
"make-version": "node increment-version.js && npm publish",
"prepublishOnly": "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 +9,0 @@ "typechecking": "tsc --noEmit"

1

src/index.ts

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

export * from './IDocumentPreview';
export * from './IDocumentType';
export * from './IEvent';

@@ -38,0 +39,0 @@ export * from './IFriendList';

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