Huge News!Announcing our $40M Series B led by Abstract Ventures.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 4.0.0-alpha.26 to 4.0.0-alpha.27

2

build/bot.js

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

regex: r.regex,
action: (user) => bot.actions.exec(r.action, user)
action: (user, payload) => bot.actions.exec(r.action, user, payload)
});

@@ -103,0 +103,0 @@ }

@@ -12,3 +12,3 @@ /**

regex: RegExp;
action: (...param: any[]) => any;
action: (user: any, ...param: any[]) => any;
}

@@ -26,4 +26,4 @@ /**

text: string;
}): ((...param: any[]) => any) | false;
}): ((user: any, ...param: any[]) => any) | false;
}
//# sourceMappingURL=TextMatcher.d.ts.map
{
"name": "@ebenos/framework",
"version": "4.0.0-alpha.26",
"version": "4.0.0-alpha.27",
"description": "A module-based NodeJS chatbot framework.",

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

],
"gitHead": "a2aec6d3929464ed84164477691a05651fb39800"
"gitHead": "858a58f681bb87ecf45f0d7255d4eba256f15103"
}

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