ml-nearest-vector
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -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) |
{ | ||
"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": { |
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
8734
7
1
92