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
1.0.24

2

package.json
{
"name": "seqviz",
"version": "1.0.23",
"version": "1.0.24",
"private": false,

@@ -5,0 +5,0 @@ "description": "DNA sequence viewer supporting custom, GenBank, FASTA, NCBI accession, and iGEM part input",

@@ -11,3 +11,3 @@ <div align="center">

**Latest Production Build:** <!-- exec-bash(cmd:echo `date`) -->Thu Dec 12 18:49:00 EST 2019<!-- /exec-bash -->
**Latest Production Build:** <!-- exec-bash(cmd:echo `date`) -->Mon Dec 16 12:01:01 EST 2019<!-- /exec-bash -->

@@ -23,3 +23,3 @@ **Maintained by:** <!-- pkg-author(cmd:) -->[Lattice Automation](https://latticeautomation.com/)<!-- /pkg-author -->

<div align="center">
<img width="675" src="https://media.giphy.com/media/KH8oxeI0eeu4rpAi0O/giphy.gif">
<img width="600" src="https://media.giphy.com/media/KH8oxeI0eeu4rpAi0O/giphy.gif">
</div>

@@ -78,3 +78,3 @@

```html
<script src="https://cdn.latticeautomation.com/libs/seqviz/1.0.23/seqviz.min.js"></script>
<script src="https://cdn.latticeautomation.com/libs/seqviz/1.0.24/seqviz.min.js"></script>
```

@@ -85,6 +85,4 @@ <!-- /cdn-example -->

You can instantiate a viewer via React or Vanilla JS.
#### React
React, with the `Seqviz` component:
```jsx

@@ -102,3 +100,3 @@ import { SeqViz } from "seqviz";

JavaScript, with the `Viewer` constructor (default export):
#### Vanilla-JS

@@ -373,9 +371,7 @@ ```html

You can see a demonstration of this library used to fetch BioBricks at
You can see a demonstration of this library used to fetch BioBricks at: [tools.latticeautomation.com/seqviz](https://tools.latticeautomation.com/seqviz).
### **[tools.latticeautomation.com/seqviz](https://tools.latticeautomation.com/seqviz)**
For developers, the demo source code is at [seqviz/demo](https://github.com/Lattice-Automation/seqviz/tree/master/demo/README.md).
You can also check out the example for examining NCBI parts included in our SeqViz introductory [Medium post](https://medium.com/lattice-automation/visualize-your-dna-sequences-with-seqviz-b1d945eb9684).
You can also check out an example of using SeqViz to view NCBI GenBank entries in our [Medium post](https://medium.com/lattice-automation/visualize-your-dna-sequences-with-seqviz-b1d945eb9684).

@@ -382,0 +378,0 @@ ## Contact Us

Sorry, the diff of this file is too big to display