🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@chili-publish/publisher-interface

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chili-publish/publisher-interface - npm Package Compare versions

Comparing version

to
0.3.3

4

lib/PublisherInterface.d.ts

@@ -13,6 +13,6 @@ export type buildOptions = {

*/
events?: string | {
events?: (string | {
name: string;
func?: (targetId: string) => void;
}[];
})[];
};

@@ -19,0 +19,0 @@ export class PublisherInterface {

{
"name": "@chili-publish/publisher-interface",
"version": "0.3.2",
"version": "0.3.3",
"author": "chili-publish",

@@ -5,0 +5,0 @@ "description": "PublisherInterface is a class object that allows you to interact with the CHILI Publisher editorObject via postMessage without the complexity of postMessage.",