ml-sparse-matrix
Advanced tools
Comparing version 0.2.1 to 1.0.0
{ | ||
"name": "ml-sparse-matrix", | ||
"version": "0.2.1", | ||
"version": "1.0.0", | ||
"description": "Sparse matrix library", | ||
"main": "src/SparseMatrix.js", | ||
"scripts": { | ||
"test": "mocha" | ||
}, | ||
"main": "lib/index.js", | ||
"module": "src/index.js", | ||
"files": [ | ||
"lib", | ||
"src" | ||
], | ||
"scripts": { | ||
"eslint": "eslint src", | ||
"eslint-fix": "npm run eslint -- --fix", | ||
"prepublish": "rollup -c", | ||
"test": "run-s testonly eslint", | ||
"testonly": "jest", | ||
"test-travis": "jest --coverage && codecov" | ||
}, | ||
"repository": { | ||
@@ -16,6 +23,3 @@ "type": "git", | ||
}, | ||
"keywords": [ | ||
"sparse", | ||
"matrix" | ||
], | ||
"keywords": [], | ||
"author": "Michaël Zasso", | ||
@@ -27,9 +31,18 @@ "license": "MIT", | ||
"homepage": "https://github.com/mljs/sparse-matrix#readme", | ||
"devDependencies": { | ||
"mocha": "^2.4.5", | ||
"should": "^8.3.1" | ||
"jest": { | ||
"testEnvironment": "node" | ||
}, | ||
"dependencies": { | ||
"ml-hash-table": "^0.2.0" | ||
"ml-hash-table": "^0.2.1" | ||
}, | ||
"devDependencies": { | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1", | ||
"codecov": "^3.0.0", | ||
"eslint": "^4.13.0", | ||
"eslint-config-cheminfo": "^1.8.0", | ||
"eslint-plugin-no-only-tests": "^2.0.0", | ||
"jest": "^21.2.1", | ||
"npm-run-all": "^4.0.2", | ||
"rollup": "^0.52.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
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
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 README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
25602
7
643
0
1
38
8
13
Updatedml-hash-table@^0.2.1