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

@grammyjs/conversations

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grammyjs/conversations - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

2

out/conversation.d.ts
import { type ApiResponse, Context, type Filter, type FilterQuery, type LazySessionFlavor, type MiddlewareFn, type RawApi, type SessionFlavor, type Update, type User } from "./deps.node.js";
import { type ConversationForm } from "./form.js";
import { ConversationForm } from "./form.js";
import { type Resolver } from "./utils.js";

@@ -4,0 +4,0 @@ /**

@@ -301,3 +301,3 @@ "use strict";

// TODO: implement callback, game, and inline query matching
this.form = new form_js_1.Form(this);
this.form = new form_js_1.ConversationForm(this);
// We intercept Bot API calls, returning logged responses while

@@ -304,0 +304,0 @@ // replaying, and logging the responses of performed calls otherwise.

import { type Context } from "./deps.node.js";
export declare type ConversationForm<C extends Context> = Form<C>;
export declare class Form<C extends Context> {
export declare class ConversationForm<C extends Context> {
private readonly conversation;

@@ -5,0 +4,0 @@ constructor(conversation: {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Form = void 0;
class Form {
exports.ConversationForm = void 0;
class ConversationForm {
constructor(conversation) {

@@ -98,2 +98,2 @@ this.conversation = conversation;

}
exports.Form = Form;
exports.ConversationForm = ConversationForm;
{
"name": "@grammyjs/conversations",
"description": "Conversational interfaces for grammY",
"version": "0.7.2",
"version": "0.7.3",
"author": "KnorpelSenf",

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

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