Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@plasmicapp/react-web

Package Overview
Dependencies
Maintainers
1
Versions
361
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plasmicapp/react-web - npm Package Compare versions

Comparing version 0.2.23 to 0.2.24

12

dist/canvas-host.d.ts

@@ -7,4 +7,13 @@ import { ComponentType } from "react";

};
/**
* Either the path to the component relative to `rootDir` or the npm
* package name
*/
importPath: string;
/**
* Whether it's a default export or named export
*/
isDefaultExport?: boolean;
}
interface Registration {
export interface Registration {
component: ComponentType;

@@ -22,2 +31,1 @@ meta: ComponentMeta;

export declare function PlasmicCanvasHost(): JSX.Element;
export {};

2

package.json
{
"name": "@plasmicapp/react-web",
"version": "0.2.23",
"version": "0.2.24",
"description": "plasmic library for rendering in the presentational style",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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