Socket
Socket
Sign inDemoInstall

grammy-calendar

Package Overview
Dependencies
13
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

8

package.json
{
"name": "grammy-calendar",
"description": "Calendar menu for grammY",
"version": "0.0.2",
"version": "0.0.3",
"author": "daniharo",

@@ -47,6 +47,6 @@ "license": "MIT",

"grammy",
"conversations",
"scenes",
"wizards"
"calendar",
"menu",
"form"
]
}

@@ -22,3 +22,5 @@ # Grammy Calendar Menu

}));
const calendarMenu = new Calendar<MyContext>();
const calendarMenu = new Calendar<MyContext>(
(ctx) => ctx.session.calendarOptions
);
bot.use(calendarMenu);

@@ -25,0 +27,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc