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

igv

Package Overview
Dependencies
Maintainers
1
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 2.7.6 to 2.7.7

2

package.json
{
"name": "igv",
"version": "2.7.6",
"version": "2.7.7",
"description": "Embeddable genomic visualization component based on the Integrative Genomics Viewer",

@@ -5,0 +5,0 @@ "files": [

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

***[Alignments](https://igv.org/web/release/2.7.6/examples/cram-vcf.html)***
***[Alignments](https://igv.org/web/release/2.7.7/examples/cram-vcf.html)***
***[Interactions](https://igv.org/web/release/2.7.6/examples/arcs.html)***
***[Interactions](https://igv.org/web/release/2.7.7/examples/arcs.html)***
***[Copy number](https://igv.org/web/release/2.7.6/examples/copyNumber.html)***
***[Copy number](https://igv.org/web/release/2.7.7/examples/copyNumber.html)***
***[Multiple regions](https://igv.org/web/release/2.7.6/examples/multi-locus.html)***
***[Multiple regions](https://igv.org/web/release/2.7.7/examples/multi-locus.html)***
***[More](https://igv.org/web/release/2.7.6/examples/)***
***[More](https://igv.org/web/release/2.7.7/examples/)***

@@ -37,7 +37,7 @@

```html
<script src="https://cdn.jsdelivr.net/npm/igv@2.7.6/dist/igv.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/igv@2.7.7/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.7.6/dist/](https://cdn.jsdelivr.net/npm/igv@2.7.6/dist/).
can be downloaded from [https://cdn.jsdelivr.net/npm/igv@2.7.7/dist/](https://cdn.jsdelivr.net/npm/igv@2.7.7/dist/).

@@ -56,7 +56,7 @@ Alternatively you can install with npm

```requirejs(['igv.min'], function (igv) {...}``` *(see [examples/igv-require.html](https://igv.org/web/release/2.7.6/examples/igv-require.html))*
```requirejs(['igv.min'], function (igv) {...}``` *(see [examples/igv-require.html](https://igv.org/web/release/2.7.7/examples/igv-require.html))*
***or*** import it as an es6 module
```import igv from 'igv.esm.min.js'``` *(see [examples/igv-esm.html](https://igv.org/web/release/2.7.6/examples/igv-esm.html))*
```import igv from 'igv.esm.min.js'``` *(see [examples/igv-esm.html](https://igv.org/web/release/2.7.7/examples/igv-esm.html))*

@@ -63,0 +63,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