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

@ebenos/framework

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ebenos/framework - npm Package Compare versions

Comparing version 3.2.4 to 3.2.7

2

build/adapter.d.ts

@@ -36,3 +36,3 @@ import { Router } from 'express';

abstract get sender(): (id: string, message: any, options: any) => Promise<any>;
abstract get startsTyping(): (id: string) => Promise<any>;
abstract get startsTyping(): (id: string, ...params: any[]) => Promise<any>;
handover(id: string, ...params: any): void;

@@ -39,0 +39,0 @@ userLoader(...args: any): (id: string) => Promise<U>;

@@ -50,6 +50,8 @@ "use strict";

yield this.adapter.sender(...params);
waiter = 0;
continue;
case 'startsTyping':
yield this.adapter.startsTyping(...params);
if (waiter) {
waiter += 5;
}
yield this.adapter.startsTyping(params[0], waiter);
continue;

@@ -56,0 +58,0 @@ }

{
"name": "@ebenos/framework",
"version": "3.2.4",
"version": "3.2.7",
"description": "A module-based NodeJS chatbot framework.",

@@ -58,3 +58,3 @@ "main": "./build/index.js",

],
"gitHead": "47bdc30642c6b8372a4278ca18d45091e6a4e71b"
"gitHead": "1e9239885960ea3b8acb85fe6e0031a5ae6595f2"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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