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

ml-nearest-vector

Package Overview
Dependencies
Maintainers
7
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ml-nearest-vector - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

lib-es6/index.js

10

History.md

@@ -0,1 +1,11 @@

<a name="2.0.1"></a>
## [2.0.1](https://github.com/mljs/nearest-vector/compare/v2.0.0...v2.0.1) (2018-08-15)
### Bug Fixes
* add npm files ([6f2987a](https://github.com/mljs/nearest-vector/commit/6f2987a))
<a name="2.0.0"></a>

@@ -2,0 +12,0 @@ # [2.0.0](https://github.com/mljs/nearest-vector/compare/v1.0.1...v2.0.0) (2018-08-15)

10

package.json
{
"name": "ml-nearest-vector",
"version": "2.0.0",
"version": "2.0.1",
"description": "Find the nearest point to a sample point",
"main": "./src/index.js",
"main": "./lib/index.js",
"module": "./lib-es6/index.js",
"types": "./lib/index.d.ts",
"files": [
"src",
"tonic.js"
"lib",
"lib-es6"
],

@@ -10,0 +12,0 @@ "scripts": {

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