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

@aacebo/echo

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aacebo/echo - npm Package Compare versions

Comparing version 0.0.39 to 0.0.40

9

dist/blocks.d.ts

@@ -47,3 +47,10 @@ export interface Action<T = any> {

}
export type ControlBlock = Input | Option | Select | ChatSelect | UserSelect;
export type ControlBlock = Form | Input | Option | Select | ChatSelect | UserSelect;
export interface Form {
readonly id?: string;
readonly type: 'form';
readonly children: Block[];
readonly onChange?: Action;
readonly onSubmit?: Action;
}
export interface Input {

@@ -50,0 +57,0 @@ readonly id?: string;

2

package.json
{
"name": "@aacebo/echo",
"version": "0.0.39",
"version": "0.0.40",
"description": "",

@@ -5,0 +5,0 @@ "author": "",

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