Comparing version 1.0.0 to 1.1.0
{ | ||
"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); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 3 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
51694
13
120
0
1
4
+ Addedxml2js@^0.4.12
+ Addedsax@1.4.1(transitive)
+ Addedxml2js@0.4.23(transitive)
+ Addedxmlbuilder@11.0.1(transitive)