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.1.8 to 1.1.9-rc.1

2

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

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

@@ -36,4 +36,4 @@ # puregram

* [@puregram/session](../session): Simple implementation of the sessions
* [@puregram/scenes](../scenes): Simple implementation of middleware-based scene management
* [@puregram/session](https://github.com/nitreojs/puregram/tree/master/packages/session): Simple implementation of the sessions
* [@puregram/scenes](https://github.com/nitreojs/puregram/tree/master/packages/scenes): Simple implementation of middleware-based scene management

@@ -47,2 +47,3 @@ > If you want to add your module in the list, create a [new issue](https://github.com/nitreojs/puregram/issues/new) in the repository.

* [Telegram Anonym Chat](https://t.me/ruanon_bot) - anonymous chat with other people in Telegram
* [Get My ID](https://t.me/receive_my_id_bot) - bot from [example (get-id-bot.js)](https://github.com/nitreojs/puregram/blob/master/docs/examples/get-id-bot.js)

@@ -49,0 +50,0 @@ If you want to see your bot here — PM [me](https://t.me/nitrojs) _(I will add up to 10 bots here)_

@@ -147,2 +147,3 @@ let { inspect } = require('util');

get startPayload() {
if (!this.text) return null;
if (!this.text.startsWith('/start')) return null;

@@ -149,0 +150,0 @@ if (this.text === '/start') return null;

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