New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mmsb/genomic-card

Package Overview
Dependencies
Maintainers
4
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mmsb/genomic-card - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

dist/cjs/core-b9a02cff.js

4

dist/cjs/loader.cjs.js

@@ -5,7 +5,7 @@ 'use strict';

const core = require('./core-ddf4973c.js');
const core = require('./core-b9a02cff.js');
const defineCustomElements = (win, options) => {
return core.patchEsm().then(() => {
core.bootstrapLazy([["mmsb-select.cjs",[[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.cjs",[[1,"genomic-card",{"org_names":[1],"all_data":[1],"size":[1],"all_data_json":[16],"size_json":[16],"orgSelected":[1,"org-selected"],"refSelected":[1,"ref-selected"],"genomeRef":[16],"subSgrna":[16],"allSgrna":[16],"sgrnaSelected":[1,"sgrna-selected"],"diagonal_svg":[2],"show_data":[16],"sizeSelected":[2,"size-selected"],"selectedSection":[2,"selected-section"],"gene":[1],"error_msg":[1],"state":[32]},[[0,"changeOrgCard","handleChangeOrg"],[0,"changeRefCard","handleChangeRef"],[0,"mmsb-select.select","handleChangeSgrna"],[8,"sectionSelected","handleSectionSelected"],[8,"sectionSelectedSG","handleSectionSelectedSG"]]]]]], options);
core.bootstrapLazy([["mmsb-select.cjs",[[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.cjs",[[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"]]]]]], options);
});

@@ -12,0 +12,0 @@ };

@@ -5,3 +5,3 @@ 'use strict';

const core = require('./core-ddf4973c.js');
const core = require('./core-b9a02cff.js');

@@ -8,0 +8,0 @@ const MmsbSelect = class {

'use strict';
const core = require('./core-ddf4973c.js');
const core = require('./core-b9a02cff.js');
core.patchBrowser().then(options => {
return core.bootstrapLazy([["mmsb-select.cjs",[[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.cjs",[[1,"genomic-card",{"org_names":[1],"all_data":[1],"size":[1],"all_data_json":[16],"size_json":[16],"orgSelected":[1,"org-selected"],"refSelected":[1,"ref-selected"],"genomeRef":[16],"subSgrna":[16],"allSgrna":[16],"sgrnaSelected":[1,"sgrna-selected"],"diagonal_svg":[2],"show_data":[16],"sizeSelected":[2,"size-selected"],"selectedSection":[2,"selected-section"],"gene":[1],"error_msg":[1],"state":[32]},[[0,"changeOrgCard","handleChangeOrg"],[0,"changeRefCard","handleChangeRef"],[0,"mmsb-select.select","handleChangeSgrna"],[8,"sectionSelected","handleSectionSelected"],[8,"sectionSelectedSG","handleSectionSelectedSG"]]]]]], options);
return core.bootstrapLazy([["mmsb-select.cjs",[[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.cjs",[[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"]]]]]], options);
});

@@ -106,3 +106,2 @@ import { h } from "@stencil/core";

this.allSgrna = Object.keys(this.show_data).sort((a, b) => (this.show_data[a].length < this.show_data[b].length) ? 1 : -1);
console.log(this.allSgrna);
this.sgrnaSelected = this.allSgrna[0];

@@ -134,3 +133,2 @@ this.selectedSection = -1;

render() {
console.log("RENDER GENOMIC-CARD");
if (this.state == "stop") {

@@ -254,231 +252,2 @@ return this.error_msg;

"reflect": false
},
"all_data_json": {
"type": "unknown",
"mutable": false,
"complexType": {
"original": "{}",
"resolved": "{}",
"references": {}
},
"required": false,
"optional": false,
"docs": {
"tags": [],
"text": ""
}
},
"size_json": {
"type": "unknown",
"mutable": false,
"complexType": {
"original": "{}",
"resolved": "{}",
"references": {}
},
"required": false,
"optional": false,
"docs": {
"tags": [],
"text": ""
}
},
"orgSelected": {
"type": "string",
"mutable": false,
"complexType": {
"original": "string",
"resolved": "string",
"references": {}
},
"required": false,
"optional": false,
"docs": {
"tags": [],
"text": ""
},
"attribute": "org-selected",
"reflect": false
},
"refSelected": {
"type": "string",
"mutable": false,
"complexType": {
"original": "string",
"resolved": "string",
"references": {}
},
"required": false,
"optional": false,
"docs": {
"tags": [],
"text": ""
},
"attribute": "ref-selected",
"reflect": false
},
"genomeRef": {
"type": "unknown",
"mutable": false,
"complexType": {
"original": "string[]",
"resolved": "string[]",
"references": {}
},
"required": false,
"optional": false,
"docs": {
"tags": [],
"text": ""
}
},
"subSgrna": {
"type": "unknown",
"mutable": false,
"complexType": {
"original": "string[]",
"resolved": "string[]",
"references": {}
},
"required": false,
"optional": false,
"docs": {
"tags": [],
"text": ""
}
},
"allSgrna": {
"type": "unknown",
"mutable": false,
"complexType": {
"original": "string[]",
"resolved": "string[]",
"references": {}
},
"required": false,
"optional": false,
"docs": {
"tags": [],
"text": ""
},
"defaultValue": "[]"
},
"sgrnaSelected": {
"type": "string",
"mutable": false,
"complexType": {
"original": "string",
"resolved": "string",
"references": {}
},
"required": false,
"optional": false,
"docs": {
"tags": [],
"text": ""
},
"attribute": "sgrna-selected",
"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
},
"show_data": {
"type": "unknown",
"mutable": false,
"complexType": {
"original": "{}",
"resolved": "{}",
"references": {}
},
"required": false,
"optional": false,
"docs": {
"tags": [],
"text": ""
}
},
"sizeSelected": {
"type": "number",
"mutable": false,
"complexType": {
"original": "number",
"resolved": "number",
"references": {}
},
"required": false,
"optional": false,
"docs": {
"tags": [],
"text": ""
},
"attribute": "size-selected",
"reflect": false
},
"selectedSection": {
"type": "number",
"mutable": false,
"complexType": {
"original": "number",
"resolved": "number",
"references": {}
},
"required": false,
"optional": false,
"docs": {
"tags": [],
"text": ""
},
"attribute": "selected-section",
"reflect": false,
"defaultValue": "-1"
},
"gene": {
"type": "string",
"mutable": false,
"complexType": {
"original": "string",
"resolved": "string",
"references": {}
},
"required": false,
"optional": false,
"docs": {
"tags": [],
"text": ""
},
"attribute": "gene",
"reflect": false
},
"error_msg": {
"type": "string",
"mutable": false,
"complexType": {
"original": "string",
"resolved": "string",
"references": {}
},
"required": false,
"optional": false,
"docs": {
"tags": [],
"text": ""
},
"attribute": "error_msg",
"reflect": false,
"defaultValue": "''"
}

@@ -485,0 +254,0 @@ }; }

@@ -44,3 +44,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

};
import { r as registerInstance, c as createEvent, h, g as getElement } from './core-860fc098.js';
import { r as registerInstance, c as createEvent, h, g as getElement } from './core-7b532201.js';
var MmsbSelect = /** @class */ (function () {

@@ -47,0 +47,0 @@ function class_1(hostRef) {

@@ -1,2 +0,2 @@

import { r as registerInstance, c as createEvent, h, g as getElement } from './core-860fc098.js';
import { r as registerInstance, c as createEvent, h, g as getElement } from './core-7b532201.js';

@@ -3,0 +3,0 @@ const MmsbSelect = class {

@@ -1,1 +0,1 @@

import{p as e,b as a}from"./p-95032717.js";e().then(e=>a([["p-iuvsmail",[[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-rhexrpvt",[[1,"genomic-card",{org_names:[1],all_data:[1],size:[1],all_data_json:[16],size_json:[16],orgSelected:[1,"org-selected"],refSelected:[1,"ref-selected"],genomeRef:[16],subSgrna:[16],allSgrna:[16],sgrnaSelected:[1,"sgrna-selected"],diagonal_svg:[2],show_data:[16],sizeSelected:[2,"size-selected"],selectedSection:[2,"selected-section"],gene:[1],error_msg:[1],state:[32]},[[0,"changeOrgCard","handleChangeOrg"],[0,"changeRefCard","handleChangeRef"],[0,"mmsb-select.select","handleChangeSgrna"],[8,"sectionSelected","handleSectionSelected"],[8,"sectionSelectedSG","handleSectionSelectedSG"]]]]]],e));
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));

@@ -14,19 +14,5 @@ /* eslint-disable */

interface GenomicCard {
'allSgrna': string[];
'all_data': string;
'all_data_json': {};
'diagonal_svg': number;
'error_msg': string;
'gene': string;
'genomeRef': string[];
'orgSelected': string;
'org_names': string;
'refSelected': string;
'selectedSection': number;
'sgrnaSelected': string;
'show_data': {};
'size': string;
'sizeSelected': number;
'size_json': {};
'subSgrna': string[];
}

@@ -50,22 +36,8 @@ }

interface GenomicCard {
'allSgrna'?: string[];
'all_data'?: string;
'all_data_json'?: {};
'diagonal_svg'?: number;
'error_msg'?: string;
'gene'?: string;
'genomeRef'?: string[];
'onChangeOrgCard'?: (event: CustomEvent<any>) => void;
'onChangeRefCard'?: (event: CustomEvent<any>) => void;
'onSgDataSection'?: (event: CustomEvent<any>) => void;
'orgSelected'?: string;
'org_names'?: string;
'refSelected'?: string;
'selectedSection'?: number;
'sgrnaSelected'?: string;
'show_data'?: {};
'size'?: string;
'sizeSelected'?: number;
'size_json'?: {};
'subSgrna'?: string[];
}

@@ -72,0 +44,0 @@

{
"name": "@mmsb/genomic-card",
"version": "3.0.0",
"version": "3.0.1",
"description": "Stencil Component Starter",
"module": "dist/esm/index.js",
"module": "dist/index.mjs",
"main": "dist/index.js",

@@ -7,0 +7,0 @@ "unpkg": "dist/ionic.js",

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 not supported yet

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 not supported yet

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