New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

seqviz

Package Overview
Dependencies
Maintainers
1
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seqviz - npm Package Compare versions

Comparing version

to
3.0.4

2

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