Socket
Socket
Sign inDemoInstall

@plasmicapp/host

Package Overview
Dependencies
Maintainers
1
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plasmicapp/host - npm Package Compare versions

Comparing version 1.0.153 to 1.0.154

2

dist/host.esm.js

@@ -496,3 +496,3 @@ 'use client';

var hostVersion = "1.0.153";
var hostVersion = "1.0.154";

@@ -499,0 +499,0 @@ var root = globalThis;

@@ -518,3 +518,3 @@ 'use client';

var hostVersion = "1.0.153";
var hostVersion = "1.0.154";

@@ -521,0 +521,0 @@ var root = globalThis;

@@ -213,2 +213,9 @@ /// <reference types="react" />

refActions?: Record<string, RefActionRegistration<P>>;
/**
* Optional function that takes in component props and context, and returns
* a string that will be used for labeling this element in the Outline panel
* on the left of the Studio. This makes it easy to identify an element when
* looking at the tree.
*/
treeLabel?: ContextDependentConfig<P, string>;
}

@@ -215,0 +222,0 @@ export type CodeComponentMode = "advanced" | "simplified" | "database-schema-driven";

@@ -1,1 +0,1 @@

export declare const hostVersion = "1.0.153";
export declare const hostVersion = "1.0.154";
{
"name": "@plasmicapp/host",
"version": "1.0.153",
"version": "1.0.154",
"description": "plasmic library for app hosting",

@@ -83,3 +83,3 @@ "main": "dist/index.cjs.js",

},
"gitHead": "a00a74da4da1cd6ceb7b12646a7a3bf4e871e162"
"gitHead": "98f55a13c36ec563fe7e8f286167d0c3f241fee8"
}

@@ -213,2 +213,9 @@ /// <reference types="react" />

refActions?: Record<string, RefActionRegistration<P>>;
/**
* Optional function that takes in component props and context, and returns
* a string that will be used for labeling this element in the Outline panel
* on the left of the Studio. This makes it easy to identify an element when
* looking at the tree.
*/
treeLabel?: ContextDependentConfig<P, string>;
}

@@ -215,0 +222,0 @@ export type CodeComponentMode = "advanced" | "simplified" | "database-schema-driven";

@@ -1,1 +0,1 @@

export declare const hostVersion = "1.0.153";
export declare const hostVersion = "1.0.154";

@@ -213,2 +213,9 @@ /// <reference types="react" />

refActions?: Record<string, RefActionRegistration<P>>;
/**
* Optional function that takes in component props and context, and returns
* a string that will be used for labeling this element in the Outline panel
* on the left of the Studio. This makes it easy to identify an element when
* looking at the tree.
*/
treeLabel?: ContextDependentConfig<P, string>;
}

@@ -215,0 +222,0 @@ export type CodeComponentMode = "advanced" | "simplified" | "database-schema-driven";

@@ -1,1 +0,1 @@

export declare const hostVersion = "1.0.153";
export declare const hostVersion = "1.0.154";

@@ -213,2 +213,9 @@ /// <reference types="react" />

refActions?: Record<string, RefActionRegistration<P>>;
/**
* Optional function that takes in component props and context, and returns
* a string that will be used for labeling this element in the Outline panel
* on the left of the Studio. This makes it easy to identify an element when
* looking at the tree.
*/
treeLabel?: ContextDependentConfig<P, string>;
}

@@ -215,0 +222,0 @@ export type CodeComponentMode = "advanced" | "simplified" | "database-schema-driven";

@@ -1,1 +0,1 @@

export declare const hostVersion = "1.0.153";
export declare const hostVersion = "1.0.154";

@@ -213,2 +213,9 @@ /// <reference types="react" />

refActions?: Record<string, RefActionRegistration<P>>;
/**
* Optional function that takes in component props and context, and returns
* a string that will be used for labeling this element in the Outline panel
* on the left of the Studio. This makes it easy to identify an element when
* looking at the tree.
*/
treeLabel?: ContextDependentConfig<P, string>;
}

@@ -215,0 +222,0 @@ export type CodeComponentMode = "advanced" | "simplified" | "database-schema-driven";

@@ -1,1 +0,1 @@

export declare const hostVersion = "1.0.153";
export declare const hostVersion = "1.0.154";

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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