Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vkontakte-api

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vkontakte-api - npm Package Compare versions

Comparing version 1.11.1 to 1.11.2

8

CHANGELOG.md

@@ -5,2 +5,10 @@ # Changelog

### [1.11.2](https://github.com/wolframdeus/vk-api/compare/v1.11.1...v1.11.2) (2020-07-13)
### Bug Fixes
* **keyboard button:** make color optional ([dbdd592](https://github.com/wolframdeus/vk-api/commit/dbdd5928b0f99fc8475c178fd7ebac2cfab95c6c))
* **keyboard open_app button:** make ownerId and hash optional ([38992db](https://github.com/wolframdeus/vk-api/commit/38992db2453e667cc1d8aa491684c68cec53f628))
### [1.11.1](https://github.com/wolframdeus/vk-api/compare/v1.11.0...v1.11.1) (2020-07-13)

@@ -7,0 +15,0 @@

6

dist/types/objects/button.d.ts

@@ -24,6 +24,6 @@ interface TextButtonAction {

appId: number;
ownerId: number;
ownerId?: number;
payload: string;
label: string;
hash: string;
hash?: string;
}

@@ -34,5 +34,5 @@ /**

export interface Button {
color: string;
color?: string;
action: TextButtonAction | OpenLinkButtonAction | LocationButtonAction | VKPayButtonAction | VKAppsButtonAction;
}
export {};
{
"name": "vkontakte-api",
"version": "1.11.1",
"version": "1.11.2",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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