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

@gramio/keyboards

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gramio/keyboards - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

4

dist/base-keyboard-constructor.d.ts

@@ -110,6 +110,6 @@ type ButtonsIterator<T> = (options: {

*/
addIf(condition: (options: {
addIf(condition: ((options: {
rowIndex: number;
index: number;
}) => boolean | boolean, ...buttons: T[]): this;
}) => boolean) | boolean, ...buttons: T[]): this;
/**

@@ -116,0 +116,0 @@ * Allows you to create a button matrix.

{
"name": "@gramio/keyboards",
"version": "0.1.5",
"version": "0.1.6",
"description": "Framework-agnostic Telegram bot keyboard builder with many cool features!",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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