bolt-devtools
Advanced tools
Comparing version
@@ -1,1 +0,6 @@ | ||
import{p as m,b as o}from"./p-4d17314a.js";m().then(m=>o([["p-o0kjekgl",[[1,"my-component",{first:[1],middle:[1],last:[1]}]]]],m)); | ||
import { p as patchBrowser, g as globals, b as bootstrapLazy } from './core-4cbfa865.js'; | ||
patchBrowser().then(options => { | ||
globals(); | ||
return bootstrapLazy([["bolt-app-details",[[1,"bolt-app-details"]]],["bolt-dev-tools",[[1,"bolt-dev-tools",{"isOpen":[32]}]]]], options); | ||
}); |
{ | ||
"entries": [ | ||
"components/my-component/my-component.js" | ||
"components/app-details/app-details.js", | ||
"components/dev-tools/dev-tools.js" | ||
], | ||
@@ -5,0 +6,0 @@ "compiler": { |
@@ -13,16 +13,4 @@ /* eslint-disable */ | ||
export namespace Components { | ||
interface MyComponent { | ||
/** | ||
* The first name | ||
*/ | ||
'first': string; | ||
/** | ||
* The last name | ||
*/ | ||
'last': string; | ||
/** | ||
* The middle name | ||
*/ | ||
'middle': string; | ||
} | ||
interface BoltAppDetails {} | ||
interface BoltDevTools {} | ||
} | ||
@@ -33,9 +21,16 @@ | ||
interface HTMLMyComponentElement extends Components.MyComponent, HTMLStencilElement {} | ||
var HTMLMyComponentElement: { | ||
prototype: HTMLMyComponentElement; | ||
new (): HTMLMyComponentElement; | ||
interface HTMLBoltAppDetailsElement extends Components.BoltAppDetails, HTMLStencilElement {} | ||
var HTMLBoltAppDetailsElement: { | ||
prototype: HTMLBoltAppDetailsElement; | ||
new (): HTMLBoltAppDetailsElement; | ||
}; | ||
interface HTMLBoltDevToolsElement extends Components.BoltDevTools, HTMLStencilElement {} | ||
var HTMLBoltDevToolsElement: { | ||
prototype: HTMLBoltDevToolsElement; | ||
new (): HTMLBoltDevToolsElement; | ||
}; | ||
interface HTMLElementTagNameMap { | ||
'my-component': HTMLMyComponentElement; | ||
'bolt-app-details': HTMLBoltAppDetailsElement; | ||
'bolt-dev-tools': HTMLBoltDevToolsElement; | ||
} | ||
@@ -45,19 +40,8 @@ } | ||
declare namespace LocalJSX { | ||
interface MyComponent { | ||
/** | ||
* The first name | ||
*/ | ||
'first'?: string; | ||
/** | ||
* The last name | ||
*/ | ||
'last'?: string; | ||
/** | ||
* The middle name | ||
*/ | ||
'middle'?: string; | ||
} | ||
interface BoltAppDetails {} | ||
interface BoltDevTools {} | ||
interface IntrinsicElements { | ||
'my-component': MyComponent; | ||
'bolt-app-details': BoltAppDetails; | ||
'bolt-dev-tools': BoltDevTools; | ||
} | ||
@@ -72,3 +56,4 @@ } | ||
interface IntrinsicElements { | ||
'my-component': LocalJSX.MyComponent & JSXBase.HTMLAttributes<HTMLMyComponentElement>; | ||
'bolt-app-details': LocalJSX.BoltAppDetails & JSXBase.HTMLAttributes<HTMLBoltAppDetailsElement>; | ||
'bolt-dev-tools': LocalJSX.BoltDevTools & JSXBase.HTMLAttributes<HTMLBoltDevToolsElement>; | ||
} | ||
@@ -75,0 +60,0 @@ } |
{ | ||
"name": "bolt-devtools", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Stencil Component Starter", | ||
@@ -25,5 +25,6 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@stencil/core": "^1.8.8" | ||
"@stencil/core": "^1.8.8", | ||
"@stencil/sass": "^1.1.1" | ||
}, | ||
"license": "MIT" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
1
-50%2
-80%235798
-67.43%2
100%33
-52.17%5535
-51.4%