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.0 to 1.0.1

dist/main.d.ts

2

dist/utils/command.js

@@ -94,4 +94,2 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

_bot.onText(RegExp(`\/${commandName}$`), (msg, match) => __awaiter(this, void 0, void 0, function* () {
console.log(msg);
let chatUser = undefined;
if (msg.from) {

@@ -98,0 +96,0 @@ let chatUser = getOrCreateUser(msg.from);

{
"name": "dialog-bot",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

@@ -9,3 +9,4 @@ "type": "module",

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "tsc"
},

@@ -12,0 +13,0 @@ "keywords": [],

@@ -5,6 +5,8 @@ {

"module": "esnext",
"lib": ["es2017", "es7", "es6", "dom"],
"moduleResolution": "node",
"strict": true,
"esModuleInterop": true,
"outDir": "dist"
"outDir": "dist",
"declaration": true,
},

@@ -11,0 +13,0 @@ "include": [

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