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

@thi.ng/k-means

Package Overview
Dependencies
Maintainers
1
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/k-means - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

## [0.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/k-means@0.2.0...@thi.ng/k-means@0.2.1) (2021-04-24)
## [0.2.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/k-means@0.2.1...@thi.ng/k-means@0.2.2) (2021-06-08)

@@ -9,0 +9,0 @@ **Note:** Version bump only for package @thi.ng/k-means

{
"name": "@thi.ng/k-means",
"version": "0.2.1",
"version": "0.2.2",
"description": "Configurable k-means & k-medians (with k-means++ initialization) for n-D vectors",

@@ -45,13 +45,13 @@ "module": "./index.js",

"@types/node": "^14.14.14",
"mocha": "^8.3.0",
"mocha": "^9.0.0",
"nyc": "^15.1.0",
"ts-node": "^9.1.1",
"ts-node": "^10.0.0",
"typedoc": "^0.20.30",
"typescript": "^4.2.3"
"typescript": "4.2.4"
},
"dependencies": {
"@thi.ng/api": "^7.1.4",
"@thi.ng/distance": "^0.3.1",
"@thi.ng/random": "^2.4.0",
"@thi.ng/vectors": "^6.0.0"
"@thi.ng/api": "^7.1.5",
"@thi.ng/distance": "^0.3.2",
"@thi.ng/random": "^2.4.1",
"@thi.ng/vectors": "^6.0.1"
},

@@ -80,3 +80,3 @@ "files": [

},
"gitHead": "8fcf77133e53fe5871ea12030b9b079cca315d2d"
"gitHead": "bcc3e88102fb0eb20e2763908488b7bca3e062d1"
}

@@ -16,2 +16,3 @@ <!-- This file is generated - DO NOT EDIT! -->

- [Dependencies](#dependencies)
- [Usage examples](#usage-examples)
- [API](#api)

@@ -54,2 +55,14 @@ - [Authors](#authors)

## Usage examples
Several demos in this repo's
[/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
directory are using this package.
A selection:
| Screenshot | Description | Live demo | Source |
| ---------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- | ----------------------------------------------------- | ---------------------------------------------------------------------------------- |
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/dominant-colors.png" width="240"/> | Color palette generation via dominant color extraction from uploaded images | [Demo](https://demo.thi.ng/umbrella/dominant-colors/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/dominant-colors) |
## API

@@ -56,0 +69,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