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 1.0.0-rc.3 to 1.0.0-rc.4

2

package.json
{
"name": "puregram",
"version": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"main": "src/index.js",

@@ -5,0 +5,0 @@ "repository": {

@@ -17,5 +17,3 @@ class InlineKeyboard {

this.buttons = inlineKeyboard.buttons;
return this;
return inlineKeyboard;
}

@@ -110,3 +108,3 @@

static toJSON() {
toJSON() {
let { buttons } = this;

@@ -113,0 +111,0 @@

@@ -20,8 +20,6 @@ class Keyboard {

this.buttons = keyboard.buttons;
return this;
return keyboard;
}
static resize(resize = true) {
resize(resize = true) {
this.isResize = resize;

@@ -32,3 +30,3 @@

static oneTime(oneTime = true) {
oneTime(oneTime = true) {
this.isOneTime = oneTime;

@@ -39,3 +37,3 @@

static selective(selective = true) {
selective(selective = true) {
this.isSelective = selective;

@@ -74,3 +72,3 @@

static toJSON() {
toJSON() {
let { buttons, isResize, isOneTime, isSelective } = this;

@@ -77,0 +75,0 @@

let Telegram = require('./telegram');
let Context = require('./contexts/context');
let MessageContext = require('./contexts/message');
let CallbackQuery = require('./contexts/callback-query');
let {

@@ -22,3 +26,6 @@ Keyboard,

HTML,
Context,
MessageContext,
CallbackQuery,
};
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