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.23

19

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

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

],
"files": [
"./dist/index.js",
"LICENSE",
"README.md"
],
"main": "dist/index.js",

@@ -36,3 +41,3 @@ "scripts": {

"deploy": "PKG_VERSION=$(node -pe \"require('./package.json').version\") && aws s3 cp ./dist/seqviz.cdn.js s3://lattice-cdn-s3/libs/seqviz/\"$PKG_VERSION\"/ && npm run demo",
"markdown": "node ./scripts/markdown.js ./README.md && node ./scripts/markdown.js ./CODE_OF_CONDUCT.md",
"markdown": "node ./scripts/markdown.js ./README.md",
"pre": "npm run build && npm run demo",

@@ -259,11 +264,15 @@ "major": "npm version major && npm run build && npm run markdown && git add . && git commit --amend -C HEAD && npm publish && npm run deploy",

"name": "Joshua Timmons",
"email": "jtimmons@latticeautomation.com"
"email": "jtimmons@latticeautomation.com",
"url": "https://github.com/JJTimmons"
},
{
"name": "Kevin LeShane"
"name": "Kevin LeShane",
"email": "kevin@latticeautomation.com",
"url": "https://github.com/leshane"
},
{
"name": "Raymond Chung"
"name": "Raymond Chung",
"url": "https://github.com/RazzYoshi"
}
]
}

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

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

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

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

@@ -383,3 +383,1 @@ <!-- /cdn-example -->

You can report bugs at <!-- pkg-bug-url(cmd:) -->[Issues](https://github.com/Lattice-Automation/seqviz/issues)<!-- /pkg-bug-url --> or contact <!-- pkg-bug-email(cmd:) -->[contact@latticeautomation.com](contact@latticeautomation.com)<!-- /pkg-bug-email -->
Before contributing, read our [CODE_OF_CONDUCT](https://github.com/Lattice-Automation/seqviz/blob/master/CODE_OF_CONDUCT.md)

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