You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@stencil/react-output-target

Package Overview
Dependencies
Maintainers
4
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stencil/react-output-target - npm Package Compare versions

Comparing version

to
0.0.1-dev.11751408120.133721e3

6

dist/index.js

@@ -132,3 +132,7 @@ import { Project as N, VariableDeclarationKind as _ } from "ts-morph";

hydrateModule: import('${u}') as Promise<HydrateModule>,
clientModule: import('./components.js') as unknown as Promise<Record<string, ReactWebComponent<any, any>>>,
/**
* We need to use a dynamic import to ensure we don't load the client module
* during the SSR build.
*/
clientModule: (() => import('./components.js') as unknown as Promise<Record<string, ReactWebComponent<any, any>>>)(),
serializeShadowRoot,

@@ -135,0 +139,0 @@ elementClass: ${n},

4

package.json
{
"name": "@stencil/react-output-target",
"version": "0.0.1-dev.11751069952.1172e87e",
"version": "0.0.1-dev.11751408120.133721e3",
"description": "React output target for @stencil/core components.",

@@ -87,3 +87,3 @@ "author": "Ionic Team",

},
"gitHead": "172e87ecb44466e027129d64658af9d054a2abae"
"gitHead": "33721e332be823e2ca5887a051a80efc65606e1a"
}

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