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

blastjs

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blastjs - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

test/example.fasta

9

package.json
{
"name": "blastjs",
"version": "1.0.0",
"version": "1.1.0",
"description": "a blast+ wrapper",

@@ -8,3 +8,3 @@ "homepage": "https://github.com/wookoouk/blastjs",

"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
"test": "mocha"
},

@@ -17,5 +17,3 @@ "repository": {

"blast",
"blast+",
"nodejs",
"javascript"
"blast+"
],

@@ -28,3 +26,4 @@ "author": "Martin Page <wookoouk@gmail.com>",

"dependencies": {
"xml2js": "^0.4.12"
}
}

@@ -44,3 +44,3 @@ # blast.js

blast.blastN(db, query, function (err, output) {
blast.blastN(dbPath, query, function (err, output) {
if(!err){

@@ -47,0 +47,0 @@ console.log(output);

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