New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

libsvm-js

Package Overview
Dependencies
Maintainers
6
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libsvm-js - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

5

History.md

@@ -0,1 +1,6 @@

<a name="0.1.2"></a>
## [0.1.2](https://github.com/mljs/libsvm/compare/v0.1.1...v0.1.2) (2017-07-25)
<a name="0.1.1"></a>

@@ -2,0 +7,0 @@ ## [0.1.1](https://github.com/mljs/libsvm/compare/v0.1.0...v0.1.1) (2017-07-06)

5

package.json
{
"name": "libsvm-js",
"version": "0.1.1",
"version": "0.1.2",
"description": "A port of libsvm to javascript using emscripten",

@@ -77,3 +77,6 @@ "main": "wasm.js",

"lodash-webpack-plugin": "^0.11.4",
"lodash.omitby": "^4.6.0",
"lodash.range": "^3.2.0",
"ml-dataset-iris": "^1.0.0",
"ml-kernel": "^2.3.4",
"ml-svm": "^2.1.2",

@@ -80,0 +83,0 @@ "mocha": "^3.4.2",

3

src/loadSVM.js

@@ -211,3 +211,4 @@ module.exports = function (libsvm) {

RBF: '2', // Radial basis function
SIGMOID: '3'
SIGMOID: '3',
PRECOMPUTED: '4'
};

@@ -214,0 +215,0 @@

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