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.47 to 0.0.48

7

dist/blocks.d.ts

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

}
export type MediaBlock = Audio | File | Image | Video;
export type MediaBlock = Audio | File | Image | Video | Web;
export interface Audio {

@@ -131,2 +131,7 @@ id?: string;

}
export interface Web {
id?: string;
type: 'web';
url: string;
}
export type ClickableBlock = Button | Link;

@@ -133,0 +138,0 @@ export interface Button {

2

package.json
{
"name": "@aacebo/echo",
"version": "0.0.47",
"version": "0.0.48",
"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