Socket
Socket
Sign inDemoInstall

@stencil/core

Package Overview
Dependencies
Maintainers
2
Versions
1273
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stencil/core - npm Package Compare versions

Comparing version 4.21.0-dev.1724994101.9c09faa to 4.21.0-dev.1725253312.6ef1334

2

cli/package.json
{
"name": "@stencil/core/cli",
"version": "4.21.0-dev.1724994101.9c09faa",
"version": "4.21.0-dev.1725253312.6ef1334",
"description": "Stencil CLI.",

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

{
"name": "@stencil/core/compiler",
"version": "4.21.0-dev.1724994101.9c09faa",
"version": "4.21.0-dev.1725253312.6ef1334",
"description": "Stencil Compiler.",

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

/*!
Stencil Dev Server Client v4.21.0-dev.1724994101.9c09faa | MIT Licensed | https://stenciljs.com
Stencil Dev Server Client v4.21.0-dev.1725253312.6ef1334 | MIT Licensed | https://stenciljs.com
*/

@@ -4,0 +4,0 @@

{
"name": "@stencil/core/dev-server/client",
"version": "4.21.0-dev.1724994101.9c09faa",
"version": "4.21.0-dev.1725253312.6ef1334",
"description": "Stencil Dev Server Client.",

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

/*!
Stencil Dev Server v4.21.0-dev.1724994101.9c09faa | MIT Licensed | https://stenciljs.com
Stencil Dev Server v4.21.0-dev.1725253312.6ef1334 | MIT Licensed | https://stenciljs.com
*/

@@ -4,0 +4,0 @@ "use strict";

{
"name": "@stencil/core/dev-server",
"version": "4.21.0-dev.1724994101.9c09faa",
"version": "4.21.0-dev.1725253312.6ef1334",
"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.21.0-dev.1724994101.9c09faa",
"version": "4.21.0-dev.1725253312.6ef1334",
"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.21.0-dev.1724994101.9c09faa",
"version": "4.21.0-dev.1725253312.6ef1334",
"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.21.0-dev.1724994101.9c09faa | MIT Licensed | https://stenciljs.com
Stencil Client Patch Browser v4.21.0-dev.1725253312.6ef1334 | MIT Licensed | https://stenciljs.com
*/

@@ -4,0 +4,0 @@

{
"name": "@stencil/core/internal/hydrate",
"version": "4.21.0-dev.1724994101.9c09faa",
"version": "4.21.0-dev.1725253312.6ef1334",
"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,2 +6,3 @@ // Generated by dts-bundle-generator v9.5.1

export declare function createWindowFromHtml(templateHtml: string, uniqueId: string): any;
export type ResolutionHandler = (elm: HTMLElement) => string | undefined | null;
export interface HydrateDocumentOptions {

@@ -153,2 +154,7 @@ /**

fullDocument?: boolean;
/**
* Style modes to render the component in.
* @see https://stenciljs.com/docs/styling#style-modes
*/
modes?: ResolutionHandler[];
}

@@ -155,0 +161,0 @@ export interface HydrateFactoryOptions extends SerializeDocumentOptions {

{
"name": "@stencil/core/internal",
"version": "4.21.0-dev.1724994101.9c09faa",
"version": "4.21.0-dev.1725253312.6ef1334",
"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",

@@ -1567,2 +1567,6 @@ declare type CustomMethodDecorator<T> = (target: Object, propertyKey: string | symbol, descriptor: TypedPropertyDescriptor<T>) => TypedPropertyDescriptor<T> | void;

onInvalidCapture?: (event: Event) => void;
onBeforeToggle?: (event: Event) => void;
onBeforeToggleCapture?: (event: Event) => void;
onToggle?: (event: Event) => void;
onToggleCapture?: (event: Event) => void;
onLoad?: (event: Event) => void;

@@ -1569,0 +1573,0 @@ onLoadCapture?: (event: Event) => void;

{
"name": "@stencil/core/internal/testing",
"version": "4.21.0-dev.1724994101.9c09faa",
"version": "4.21.0-dev.1725253312.6ef1334",
"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.21.0-dev.1724994101.9c09faa",
"version": "4.21.0-dev.1725253312.6ef1334",
"description": "Mock window, document and DOM outside of a browser environment.",

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

{
"name": "@stencil/core",
"version": "4.21.0-dev.1724994101.9c09faa",
"version": "4.21.0-dev.1725253312.6ef1334",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "./internal/stencil-core/index.cjs",

/*
Stencil Screenshot v4.21.0-dev.1724994101.9c09faa | MIT Licensed | https://stenciljs.com
Stencil Screenshot v4.21.0-dev.1725253312.6ef1334 | MIT Licensed | https://stenciljs.com
*/

@@ -4,0 +4,0 @@ "use strict";

{
"name": "@stencil/core/screenshot",
"version": "4.21.0-dev.1724994101.9c09faa",
"version": "4.21.0-dev.1725253312.6ef1334",
"description": "Stencil Screenshot.",

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

{
"name": "@stencil/core/sys/node",
"version": "4.21.0-dev.1724994101.9c09faa",
"version": "4.21.0-dev.1725253312.6ef1334",
"description": "Stencil Node System.",

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

/*!
Stencil Node System Worker v4.21.0-dev.1724994101.9c09faa | MIT Licensed | https://stenciljs.com
Stencil Node System Worker v4.21.0-dev.1725253312.6ef1334 | 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("./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.21.0-dev.1724994101.9c09faa",
"version": "4.21.0-dev.1725253312.6ef1334",
"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

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