Comparing version 3.0.9 to 3.1.0
{ | ||
"name": "igv", | ||
"version": "3.0.9", | ||
"version": "3.1.0", | ||
"main": "dist/igv.esm.js", | ||
@@ -62,5 +62,5 @@ "browser": "dist/igv.js", | ||
"sass": "^1.45.1", | ||
"vanilla-picker": "^2.12.1", | ||
"vanilla-picker": "^2.12.3", | ||
"w3c-xmlhttprequest": "^3.0.0" | ||
} | ||
} |
@@ -21,15 +21,15 @@ # igv.js | ||
***[Alignments](https://igv.org/web/release/3.0.9/examples/cram-vcf.html)*** | ||
***[Alignments](https://igv.org/web/release/3.1.0/examples/cram-vcf.html)*** | ||
***[Interactions](https://igv.org/web/release/3.0.9/examples/interact.html)*** | ||
***[Interactions](https://igv.org/web/release/3.1.0/examples/interact.html)*** | ||
***[Copy number](https://igv.org/web/release/3.0.9/examples/copyNumber.html)*** | ||
***[Copy number](https://igv.org/web/release/3.1.0/examples/copyNumber.html)*** | ||
***[Multiple regions](https://igv.org/web/release/3.0.9/examples/multi-locus.html)*** | ||
***[Multiple regions](https://igv.org/web/release/3.1.0/examples/multi-locus.html)*** | ||
***[Mutation Annotation Format (MAF)](https://igv.org/web/release/3.0.9/examples/maf-tcga.html)*** | ||
***[Mutation Annotation Format (MAF)](https://igv.org/web/release/3.1.0/examples/maf-tcga.html)*** | ||
***[Variant color options](https://igv.org/web/release/3.0.9/examples/variant-colors.html)*** | ||
***[Variant color options](https://igv.org/web/release/3.1.0/examples/variant-colors.html)*** | ||
***[More](https://igv.org/web/release/3.0.9/examples/)*** | ||
***[More](https://igv.org/web/release/3.1.0/examples/)*** | ||
@@ -43,3 +43,3 @@ | ||
Pre-built files for script include, AMD, or CJS module systems (igv.min.js) and an ES6 module (igv.esm.min.js) | ||
can be downloaded from [https://cdn.jsdelivr.net/npm/igv@3.0.9/dist/](https://cdn.jsdelivr.net/npm/igv@3.0.9/dist/). | ||
can be downloaded from [https://cdn.jsdelivr.net/npm/igv@3.1.0/dist/](https://cdn.jsdelivr.net/npm/igv@3.1.0/dist/). | ||
@@ -49,3 +49,3 @@ To import igv as an ES6 module | ||
```javascript | ||
import igv from "https://cdn.jsdelivr.net/npm/igv@3.0.9/dist/igv.esm.min.js" | ||
import igv from "https://cdn.jsdelivr.net/npm/igv@3.1.0/dist/igv.esm.min.js" | ||
``` | ||
@@ -56,3 +56,3 @@ | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/igv@3.0.9/dist/igv.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/igv@3.1.0/dist/igv.min.js"></script> | ||
``` | ||
@@ -59,0 +59,0 @@ |
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 not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18700634
145131