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.0-beta.0 to 1.0.0-beta.1

6

package.json
{
"name": "@apidog/vk-typings",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "Typings for VK API objects",
"scripts": {
"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"
"prepublish": "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",
"typechecking": "tsc --noEmit"
},

@@ -8,0 +10,0 @@ "types": "src/index.ts",

@@ -1,3 +0,3 @@

import type { IVkApiListExtended } from './IVkApiListExtended'
import type { INotification } from './notifications'
import type { INotification } from './INotification';
import type { IVkApiListExtended } from './IVkApiListExtended';

@@ -4,0 +4,0 @@ export interface INotifications extends IVkApiListExtended<INotification> {

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