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

puregram

Package Overview
Dependencies
Maintainers
1
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

puregram - npm Package Compare versions

Comparing version 2.13.1 to 2.13.2

2

lib/common/keyboards/inline-keyboard.d.ts

@@ -46,2 +46,4 @@ import * as Interfaces from '../../generated/telegram-interfaces';

get [Symbol.toStringTag](): string;
/** Empty inline keyboard. That's literally it. */
static empty: InlineKeyboard;
/** Assemble a builder of buttons */

@@ -48,0 +50,0 @@ static keyboard(rows: (Interfaces.TelegramInlineKeyboardButton | Interfaces.TelegramInlineKeyboardButton[])[]): InlineKeyboard;

@@ -120,2 +120,4 @@ "use strict";

};
/** Empty inline keyboard. That's literally it. */
InlineKeyboard.empty = InlineKeyboard_1.keyboard([]);
__decorate([

@@ -122,0 +124,0 @@ (0, inspectable_1.Inspect)({ as: 'inline_keyboard' })

2

package.json
{
"name": "puregram",
"version": "2.13.1",
"version": "2.13.2",
"description": "powerful and modern telegram bot api sdk for node.js and typescript 😁",

@@ -5,0 +5,0 @@ "main": "./lib/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