Comparing version
{ | ||
"name": "seqviz", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "DNA sequence viewer supporting custom, GenBank, FASTA, NCBI accession, and iGEM input", |
@@ -78,3 +78,3 @@ <div align="center"> | ||
```html | ||
<script src="https://cdn.latticeautomation.com/libs/seqviz/3.0.3/seqviz.min.js"></script> | ||
<script src="https://cdn.latticeautomation.com/libs/seqviz/3.0.4/seqviz.min.js"></script> | ||
``` | ||
@@ -282,7 +282,7 @@ <!-- /cdn-example --> | ||
`mismatch` is an `int` denoting the maximum allowable mismatch between the query and a match within the viewer's sequence (see: [edit distance](https://en.wikipedia.org/wiki/Edit_distance)). | ||
`mismatch` is an `int` denoting the maximum allowable mismatch between the query and a match within the viewer's sequence (see: [Hamming distance](https://en.wikipedia.org/wiki/Hamming_distance)). | ||
#### `options.onSearch (=null)` | ||
Callback executed after a search event. Called once on initial render and again after each KeyboardEvent specified within `options.searchNext`. Accepts a single `searchResults` argument: `(searchResults) => {}`. An example of a `searchResults` array is below. | ||
Callback executed after a search event. Called once on initial render. Accepts a single `searchResults` argument: `(searchResults) => {}`. An example of a `searchResults` array is below. | ||
@@ -289,0 +289,0 @@ ```js |
Sorry, the diff of this file is too big to display
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
284655
-0.02%1
Infinity%