Socket
Socket
Sign inDemoInstall

puregram

Package Overview
Dependencies
Maintainers
1
Versions
136
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.1.7-rc.1 to 1.1.7-rc.2

2

package.json
{
"name": "puregram",
"version": "1.1.7-rc.1",
"version": "1.1.7-rc.2",
"main": "src/index.js",

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

@@ -291,3 +291,3 @@ let middlewareIo = require('middleware-io');

this.hearStack.push((context, next) => {
let { text } = context;
let text = context.text || context.caption;

@@ -294,0 +294,0 @@ if (needText && text === null) {

@@ -30,3 +30,4 @@ import Keyboard from '../src/attachments/keyboard';

| 'poll' | 'sticker' | 'venue'
| 'video_note' | 'video' | 'voice';
| 'video_note' | 'video' | 'voice'
| 'photo';

@@ -33,0 +34,0 @@ export type ReplyMarkup =

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