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.190 to 1.0.191

8

dist/element-types.d.ts

@@ -94,2 +94,6 @@ import type { Properties } from "csstype";

kind: "button" | "text-input";
/**
* The name of the element in the tree
*/
elementName?: string;
props?: {

@@ -108,2 +112,6 @@ [prop in keyof Partial<P>]: number | string | boolean | null | undefined | JsonElement | PlasmicElement | PlasmicElement[];

name: string;
/**
* The name of the element in the tree
*/
elementName?: string;
styles?: CSSProperties;

@@ -110,0 +118,0 @@ props?: {

2

dist/host.esm.js

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

var hostVersion = "1.0.190";
var hostVersion = "1.0.191";

@@ -570,0 +570,0 @@ var _a;

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

var hostVersion = "1.0.190";
var hostVersion = "1.0.191";

@@ -592,0 +592,0 @@ var _a;

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

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

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

},
"gitHead": "08f4db385bb92471d4dc5cf295469b7b6f889b13"
"gitHead": "df264a9098a27ee0323639e37204ec0dc58ba9f2"
}

@@ -94,2 +94,6 @@ import type { Properties } from "csstype";

kind: "button" | "text-input";
/**
* The name of the element in the tree
*/
elementName?: string;
props?: {

@@ -108,2 +112,6 @@ [prop in keyof Partial<P>]: number | string | boolean | null | undefined | JsonElement | PlasmicElement | PlasmicElement[];

name: string;
/**
* The name of the element in the tree
*/
elementName?: string;
styles?: CSSProperties;

@@ -110,0 +118,0 @@ props?: {

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

export declare const hostVersion = "1.0.190";
export declare const hostVersion = "1.0.191";

@@ -94,2 +94,6 @@ import type { Properties } from "csstype";

kind: "button" | "text-input";
/**
* The name of the element in the tree
*/
elementName?: string;
props?: {

@@ -108,2 +112,6 @@ [prop in keyof Partial<P>]: number | string | boolean | null | undefined | JsonElement | PlasmicElement | PlasmicElement[];

name: string;
/**
* The name of the element in the tree
*/
elementName?: string;
styles?: CSSProperties;

@@ -110,0 +118,0 @@ props?: {

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

export declare const hostVersion = "1.0.190";
export declare const hostVersion = "1.0.191";

@@ -94,2 +94,6 @@ import type { Properties } from "csstype";

kind: "button" | "text-input";
/**
* The name of the element in the tree
*/
elementName?: string;
props?: {

@@ -108,2 +112,6 @@ [prop in keyof Partial<P>]: number | string | boolean | null | undefined | JsonElement | PlasmicElement | PlasmicElement[];

name: string;
/**
* The name of the element in the tree
*/
elementName?: string;
styles?: CSSProperties;

@@ -110,0 +118,0 @@ props?: {

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

export declare const hostVersion = "1.0.190";
export declare const hostVersion = "1.0.191";

@@ -94,2 +94,6 @@ import type { Properties } from "csstype";

kind: "button" | "text-input";
/**
* The name of the element in the tree
*/
elementName?: string;
props?: {

@@ -108,2 +112,6 @@ [prop in keyof Partial<P>]: number | string | boolean | null | undefined | JsonElement | PlasmicElement | PlasmicElement[];

name: string;
/**
* The name of the element in the tree
*/
elementName?: string;
styles?: CSSProperties;

@@ -110,0 +118,0 @@ props?: {

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

export declare const hostVersion = "1.0.190";
export declare const hostVersion = "1.0.191";

@@ -94,2 +94,6 @@ import type { Properties } from "csstype";

kind: "button" | "text-input";
/**
* The name of the element in the tree
*/
elementName?: string;
props?: {

@@ -108,2 +112,6 @@ [prop in keyof Partial<P>]: number | string | boolean | null | undefined | JsonElement | PlasmicElement | PlasmicElement[];

name: string;
/**
* The name of the element in the tree
*/
elementName?: string;
styles?: CSSProperties;

@@ -110,0 +118,0 @@ props?: {

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

export declare const hostVersion = "1.0.190";
export declare const hostVersion = "1.0.191";

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