Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

igv

Package Overview
Dependencies
Maintainers
0
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

igv - npm Package Compare versions

Comparing version 3.0.9 to 3.1.0

4

package.json
{
"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

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