@mmsb/genomic-card
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -250,2 +250,36 @@ import { h } from "@stencil/core"; | ||
"reflect": false | ||
}, | ||
"diagonal_svg": { | ||
"type": "number", | ||
"mutable": false, | ||
"complexType": { | ||
"original": "number", | ||
"resolved": "number", | ||
"references": {} | ||
}, | ||
"required": false, | ||
"optional": false, | ||
"docs": { | ||
"tags": [], | ||
"text": "" | ||
}, | ||
"attribute": "diagonal_svg", | ||
"reflect": false | ||
}, | ||
"gene": { | ||
"type": "string", | ||
"mutable": false, | ||
"complexType": { | ||
"original": "string", | ||
"resolved": "string", | ||
"references": {} | ||
}, | ||
"required": false, | ||
"optional": false, | ||
"docs": { | ||
"tags": [], | ||
"text": "" | ||
}, | ||
"attribute": "gene", | ||
"reflect": false | ||
} | ||
@@ -252,0 +286,0 @@ }; } |
@@ -1,1 +0,6 @@ | ||
import{p as e,b as a}from"./p-4049a739.js";e().then(e=>a([["p-xptnuxl8",[[1,"mmsb-select",{data:[16],multiple:[4],label:[1],selected:[16],is_open:[4],height:[1],internal_data:[32],search_content:[32],getSelected:[64]}]]],["p-mpmyjgrl",[[1,"genomic-card",{org_names:[1],all_data:[1],size:[1],state:[32]},[[0,"changeOrgCard","handleChangeOrg"],[0,"changeRefCard","handleChangeRef"],[0,"mmsb-select.select","handleChangeSgrna"],[8,"sectionSelected","handleSectionSelected"],[8,"sectionSelectedSG","handleSectionSelectedSG"]]]]]],e)); | ||
import { p as patchBrowser, g as globals, b as bootstrapLazy } from './core-0c971044.js'; | ||
patchBrowser().then(options => { | ||
globals(); | ||
return bootstrapLazy([["mmsb-select",[[1,"mmsb-select",{"data":[16],"multiple":[4],"label":[1],"selected":[16],"is_open":[4],"height":[1],"internal_data":[32],"search_content":[32],"getSelected":[64]}]]],["genomic-card",[[1,"genomic-card",{"org_names":[1],"all_data":[1],"size":[1],"diagonal_svg":[2],"gene":[1],"state":[32]},[[0,"changeOrgCard","handleChangeOrg"],[0,"changeRefCard","handleChangeRef"],[0,"mmsb-select.select","handleChangeSgrna"],[8,"sectionSelected","handleSectionSelected"],[8,"sectionSelectedSG","handleSectionSelectedSG"]]]]]], options); | ||
}); |
@@ -15,2 +15,4 @@ /* eslint-disable */ | ||
'all_data': string; | ||
'diagonal_svg': number; | ||
'gene': string; | ||
'org_names': string; | ||
@@ -37,2 +39,4 @@ 'size': string; | ||
'all_data'?: string; | ||
'diagonal_svg'?: number; | ||
'gene'?: string; | ||
'onChangeOrgCard'?: (event: CustomEvent<any>) => void; | ||
@@ -39,0 +43,0 @@ 'onChangeRefCard'?: (event: CustomEvent<any>) => void; |
@@ -8,2 +8,4 @@ import { EventEmitter } from '../../stencil.core'; | ||
size: string; | ||
diagonal_svg: number; | ||
gene: string; | ||
all_data_json: {}; | ||
@@ -17,7 +19,5 @@ size_json: {}; | ||
sgrnaSelected: string; | ||
diagonal_svg: number; | ||
show_data: {}; | ||
sizeSelected: number; | ||
selectedSection: number; | ||
gene: string; | ||
state: string; | ||
@@ -24,0 +24,0 @@ error_msg: string; |
{ | ||
"name": "@mmsb/genomic-card", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Stencil Component Starter", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.mjs", |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
6
7
789195
23
22159