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 0.0.49 to 0.0.50

4

dist/registerComponent.d.ts

@@ -201,2 +201,6 @@ /// <reference types="react" />

templates?: ComponentTemplates<P>;
/**
* Registered name of parent component, used for grouping related components.
*/
parentComponentName?: string;
}

@@ -203,0 +207,0 @@ export interface ComponentRegistration {

4

package.json
{
"name": "@plasmicapp/host",
"version": "0.0.49",
"version": "0.0.50",
"description": "plasmic library for app hosting",

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

"dependencies": {
"@plasmicapp/preamble": "0.0.33",
"@plasmicapp/preamble": "0.0.34",
"window-or-global": "^1.0.1"

@@ -35,0 +35,0 @@ },

@@ -201,2 +201,6 @@ /// <reference types="react" />

templates?: ComponentTemplates<P>;
/**
* Registered name of parent component, used for grouping related components.
*/
parentComponentName?: string;
}

@@ -203,0 +207,0 @@ export interface ComponentRegistration {

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

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