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

ml-sparse-matrix

Package Overview
Dependencies
Maintainers
7
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ml-sparse-matrix - npm Package Compare versions

Comparing version 0.2.1 to 1.0.0

History.md

39

package.json
{
"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

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