New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dialog-bot

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dialog-bot - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

dist/utils/command.d.ts

@@ -32,3 +32,3 @@ import TelegramBot, { ChatId, SendMessageOptions } from "node-telegram-bot-api";

description: string;
getFirstStep(): CommandStep;
getFirstStep?: () => CommandStep;
}

@@ -35,0 +35,0 @@ export declare const _commandsList: Record<string, CommandClass<Command>>;

{
"name": "dialog-bot",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

@@ -5,0 +5,0 @@ "type": "module",

@@ -74,3 +74,3 @@ import TelegramBot, {ChatId, SendMessageOptions, BotCommand} from "node-telegram-bot-api";

description: string;
getFirstStep(): CommandStep
getFirstStep?: () => CommandStep
}

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

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