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

tebot

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tebot - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

1

dist/cjs/tebot.js

@@ -54,3 +54,2 @@ "use strict";

setAdminCommands() {
const extra = { parse_mode: teleform_1.STYLES.html };
if (this.config.info) {

@@ -57,0 +56,0 @@ for (const [name, method] of Object.entries(__classPrivateFieldGet(this, _Tebot_settingMethods, "f"))) {

@@ -45,3 +45,2 @@ import { STYLES, html, ln } from 'teleform';

setAdminCommands() {
const extra = { parse_mode: STYLES.html };
if (this.config.info) {

@@ -48,0 +47,0 @@ for (const [name, method] of Object.entries(this.#settingMethods)) {

10

package.json
{
"name": "tebot",
"version": "1.0.0",
"version": "1.0.1",
"description": "Build a Telegram bot.",

@@ -20,3 +20,9 @@ "main": "dist/cjs/main.js",

"bot",
"telegram bot"
"telegram bot",
"name",
"title",
"bio",
"description",
"command",
"commands"
],

@@ -23,0 +29,0 @@ "author": "Me",

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