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

igv

Package Overview
Dependencies
Maintainers
1
Versions
125
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 2.9.4 to 2.10.0

8

package.json
{
"name": "igv",
"version": "2.9.4",
"version": "2.10.0",
"main": "dist/igv.esm.js",

@@ -54,2 +54,4 @@ "browser": "dist/igv.js",

"esm": "^3.2.25",
"igv-ui": "git+https://github.com/igvteam/igv-ui.git#v1.2.0",
"igv-utils": "git+https://github.com/igvteam/igv-utils.git#v1.3.4",
"mocha": "^8.1.3",

@@ -62,6 +64,4 @@ "regenerator-runtime": "^0.13.3",

"w3c-xmlhttprequest": "^3.0.0",
"xmldom": "^0.5.0",
"igv-ui": "git+https://github.com/igvteam/igv-ui.git#v1.1.7",
"igv-utils": "git+https://github.com/igvteam/igv-utils.git#v1.2.10"
"xmldom": "^0.6.0"
}
}

@@ -11,23 +11,19 @@ # igv.js

Below are examples and a quickstart guide.
See the [Wiki](https://github.com/igvteam/igv.js/wiki) for more documentation.
Below are examples and a quickstart guide. See the [Wiki](https://github.com/igvteam/igv.js/wiki) for more documentation.
[Release Notes](https://github.com/igvteam/igv.js/releases)
# Examples
***[Alignments](https://igv.org/web/release/2.9.4/examples/cram-vcf.html)***
***[Alignments](https://igv.org/web/release/2.10.0/examples/cram-vcf.html)***
***[Interactions](https://igv.org/web/release/2.9.4/examples/arcs.html)***
***[Interactions](https://igv.org/web/release/2.10.0/examples/interact.html)***
***[Copy number](https://igv.org/web/release/2.9.4/examples/copyNumber.html)***
***[Copy number](https://igv.org/web/release/2.10.0/examples/copyNumber.html)***
***[Multiple regions](https://igv.org/web/release/2.9.4/examples/multi-locus.html)***
***[Multiple regions](https://igv.org/web/release/2.10.0/examples/multi-locus.html)***
***[Mutation Annotation Format (MAF)](https://igv.org/web/release/2.9.4/examples/maf-tcga.html)***
***[Mutation Annotation Format (MAF)](https://igv.org/web/release/2.10.0/examples/maf-tcga.html)***
***[Variant color options](https://igv.org/web/release/2.9.4/examples/variant-colors.html)***
***[Variant color options](https://igv.org/web/release/2.10.0/examples/variant-colors.html)***
***[More](https://igv.org/web/release/2.9.4/examples/)***
***[More](https://igv.org/web/release/2.10.0/examples/)***

@@ -38,10 +34,18 @@

## Installation
igv.js consists of a single javascript file with no external dependencies. To link directly to the current release copy this snippet
igv.js consists of a single javascript file with no external dependencies.
```html
<script src="https://cdn.jsdelivr.net/npm/igv@2.9.4/dist/igv.min.js"></script>
Pre-built files for ES5 (igv.min.js) and ES6 (igv.esm.min.js)
can be downloaded from [https://cdn.jsdelivr.net/npm/igv@2.10.0/dist/](https://cdn.jsdelivr.net/npm/igv@2.10.0/dist/).
To import igv as an ES6 module
```javascript
import igv from "https://cdn.jsdelivr.net/npm/igv@2.10.0/dist/igv.es6.min.js"
```
Pre-built files for ES5 (igv.min.js) and ES6 (igv.esm.min.js)
can be downloaded from [https://cdn.jsdelivr.net/npm/igv@2.9.4/dist/](https://cdn.jsdelivr.net/npm/igv@2.9.4/dist/).
Or as a script include (defines the "igv" global)
```html
<script src="https://cdn.jsdelivr.net/npm/igv@2.10.0/dist/igv.min.js"></script>
```

@@ -159,4 +163,6 @@ Alternatively you can install with npm

# [_Release Notes_](https://github.com/igvteam/igv.js/releases)
### [Release Notes](https://github.com/igvteam/igv.js/releases)

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