@algolyze/algorithms
Advanced tools
Comparing version 0.2.2 to 0.3.0
@@ -0,1 +1,7 @@ | ||
0.3.0 | ||
- Added jsonschema as devDependency | ||
- Algorithm exporter | ||
- Test that verifies algorithms against schema | ||
- Updated algorithm schema to include url | ||
0.2.2 | ||
@@ -2,0 +8,0 @@ - Renamed algorithms/*/main.js -> algorithms/*/index.js |
{ | ||
"name": "@algolyze/algorithms", | ||
"version": "0.2.2", | ||
"version": "0.3.0", | ||
"description": "A database of algorithms", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "node tests/index.js" | ||
}, | ||
@@ -12,3 +12,6 @@ "keywords": [ | ||
], | ||
"author": "lunaroyster" | ||
"author": "lunaroyster", | ||
"devDependencies": { | ||
"jsonschema": "^1.2.4" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
export default { | ||
module.exports = { | ||
"id": "/Algorithm", | ||
@@ -27,2 +27,5 @@ "type": "object", | ||
}, | ||
"url": { | ||
"type": "string" | ||
}, | ||
"links": { | ||
@@ -29,0 +32,0 @@ "type": "array", |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
19837
32
398
2
0
1
3