@stencil/core
Advanced tools
Comparing version
{ | ||
"name": "@stencil/core/cli", | ||
"version": "4.28.2-dev.1742410675.302a004", | ||
"version": "4.28.2-dev.1742446911.37ac3fc", | ||
"description": "Stencil CLI.", | ||
@@ -5,0 +5,0 @@ "main": "./index.cjs", |
{ | ||
"name": "@stencil/core/compiler", | ||
"version": "4.28.2-dev.1742410675.302a004", | ||
"version": "4.28.2-dev.1742446911.37ac3fc", | ||
"description": "Stencil Compiler.", | ||
@@ -5,0 +5,0 @@ "main": "./stencil.js", |
/*! | ||
Stencil Dev Server Client v4.28.2-dev.1742410675.302a004 | MIT Licensed | https://stenciljs.com | ||
Stencil Dev Server Client v4.28.2-dev.1742446911.37ac3fc | MIT Licensed | https://stenciljs.com | ||
*/ | ||
@@ -4,0 +4,0 @@ |
{ | ||
"name": "@stencil/core/dev-server/client", | ||
"version": "4.28.2-dev.1742410675.302a004", | ||
"version": "4.28.2-dev.1742446911.37ac3fc", | ||
"description": "Stencil Dev Server Client.", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
/*! | ||
Stencil Dev Server v4.28.2-dev.1742410675.302a004 | MIT Licensed | https://stenciljs.com | ||
Stencil Dev Server v4.28.2-dev.1742446911.37ac3fc | MIT Licensed | https://stenciljs.com | ||
*/ | ||
@@ -4,0 +4,0 @@ "use strict"; |
{ | ||
"name": "@stencil/core/dev-server", | ||
"version": "4.28.2-dev.1742410675.302a004", | ||
"version": "4.28.2-dev.1742446911.37ac3fc", | ||
"description": "Stencil Development Server which communicates with the Stencil Compiler.", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
{ | ||
"name": "@stencil/core/internal/app-data", | ||
"version": "4.28.2-dev.1742410675.302a004", | ||
"version": "4.28.2-dev.1742446911.37ac3fc", | ||
"description": "Used for default app data and build conditionals within builds.", | ||
@@ -5,0 +5,0 @@ "main": "./index.cjs", |
{ | ||
"name": "@stencil/core/internal/client", | ||
"version": "4.28.2-dev.1742410675.302a004", | ||
"version": "4.28.2-dev.1742446911.37ac3fc", | ||
"description": "Stencil internal client platform to be imported by the Stencil Compiler and internal runtime. Breaking changes can and will happen at any time.", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
/* | ||
Stencil Client Patch Browser v4.28.2-dev.1742410675.302a004 | MIT Licensed | https://stenciljs.com | ||
Stencil Client Patch Browser v4.28.2-dev.1742446911.37ac3fc | MIT Licensed | https://stenciljs.com | ||
*/ | ||
@@ -4,0 +4,0 @@ |
{ | ||
"name": "@stencil/core/internal/hydrate", | ||
"version": "4.28.2-dev.1742410675.302a004", | ||
"version": "4.28.2-dev.1742446911.37ac3fc", | ||
"description": "Stencil internal hydrate platform to be imported by the Stencil Compiler. Breaking changes can and will happen at any time.", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -6,14 +6,2 @@ // Generated by dts-bundle-generator v9.5.1 | ||
export declare function createWindowFromHtml(templateHtml: string, uniqueId: string): any; | ||
/** | ||
* Serialize a value to a string that can be deserialized later. | ||
* @param {unknown} value - The value to serialize. | ||
* @returns {string} A string that can be deserialized later. | ||
*/ | ||
export declare function serializeProperty(value: unknown): string | number | boolean; | ||
/** | ||
* Deserialize a value from a string that was serialized earlier. | ||
* @param {string} value - The string to deserialize. | ||
* @returns {unknown} The deserialized value. | ||
*/ | ||
export declare function deserializeProperty(value: string): any; | ||
export type ResolutionHandler = (elm: HTMLElement) => string | undefined | null; | ||
@@ -20,0 +8,0 @@ export interface HydrateDocumentOptions { |
{ | ||
"name": "@stencil/core/internal", | ||
"version": "4.28.2-dev.1742410675.302a004", | ||
"version": "4.28.2-dev.1742446911.37ac3fc", | ||
"description": "Stencil internals only to be imported by the Stencil Compiler. Breaking changes can and will happen at any time.", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
{ | ||
"name": "@stencil/core/internal/testing", | ||
"version": "4.28.2-dev.1742410675.302a004", | ||
"version": "4.28.2-dev.1742446911.37ac3fc", | ||
"description": "Stencil internal testing platform to be imported by the Stencil Compiler. Breaking changes can and will happen at any time.", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
{ | ||
"name": "@stencil/core/mock-doc", | ||
"version": "4.28.2-dev.1742410675.302a004", | ||
"version": "4.28.2-dev.1742446911.37ac3fc", | ||
"description": "Mock window, document and DOM outside of a browser environment.", | ||
@@ -5,0 +5,0 @@ "main": "./index.cjs", |
{ | ||
"name": "@stencil/core", | ||
"version": "4.28.2-dev.1742410675.302a004", | ||
"version": "4.28.2-dev.1742446911.37ac3fc", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "./internal/stencil-core/index.cjs", |
/* | ||
Stencil Screenshot v4.28.2-dev.1742410675.302a004 | MIT Licensed | https://stenciljs.com | ||
Stencil Screenshot v4.28.2-dev.1742446911.37ac3fc | MIT Licensed | https://stenciljs.com | ||
*/ | ||
@@ -4,0 +4,0 @@ "use strict"; |
{ | ||
"name": "@stencil/core/screenshot", | ||
"version": "4.28.2-dev.1742410675.302a004", | ||
"version": "4.28.2-dev.1742446911.37ac3fc", | ||
"description": "Stencil Screenshot.", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
{ | ||
"name": "@stencil/core/sys/node", | ||
"version": "4.28.2-dev.1742410675.302a004", | ||
"version": "4.28.2-dev.1742446911.37ac3fc", | ||
"description": "Stencil Node System.", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
/*! | ||
Stencil Node System Worker v4.28.2-dev.1742410675.302a004 | MIT Licensed | https://stenciljs.com | ||
Stencil Node System Worker v4.28.2-dev.1742446911.37ac3fc | MIT Licensed | https://stenciljs.com | ||
*/ | ||
"use strict";var f=Object.create;var d=Object.defineProperty;var p=Object.getOwnPropertyDescriptor;var E=Object.getOwnPropertyNames;var y=Object.getPrototypeOf,R=Object.prototype.hasOwnProperty;var g=(n,t,r,s)=>{if(t&&typeof t=="object"||typeof t=="function")for(let e of E(t))!R.call(n,e)&&e!==r&&d(n,e,{get:()=>t[e],enumerable:!(s=p(t,e))||s.enumerable});return n};var c=(n,t,r)=>(r=n!=null?f(y(n)):{},g(t||!n||!n.__esModule?d(r,"default",{value:n,enumerable:!0}):r,n));var l=c(require("../../compiler/stencil.js")),m=c(require("../../sys/node/index.js"));var a=(n,t)=>{let r=e=>{e&&e.code==="ERR_IPC_CHANNEL_CLOSED"&&n.exit(0)},s=(e,o)=>{let i={stencilId:e,stencilRtnValue:null,stencilRtnError:"Error"};typeof o=="string"?i.stencilRtnError+=": "+o:o&&(o.stack?i.stencilRtnError+=": "+o.stack:o.message&&(i.stencilRtnError+=":"+o.message)),n.send(i,r)};n.on("message",async e=>{if(e&&typeof e.stencilId=="number")try{let o={stencilId:e.stencilId,stencilRtnValue:await t(e),stencilRtnError:null};n.send(o,r)}catch(o){s(e.stencilId,o)}}),n.on("unhandledRejection",e=>{s(-1,e)})};var k=m.createNodeSys({process}),M=l.createWorkerMessageHandler(k);a(process,M); |
{ | ||
"name": "@stencil/core/testing", | ||
"version": "4.28.2-dev.1742410675.302a004", | ||
"version": "4.28.2-dev.1742446911.37ac3fc", | ||
"description": "Stencil testing suite.", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
21115039
-0.14%143123
-0.56%