@types/density-clustering
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -1,7 +0,1 @@ | ||
// Type definitions for density-clustering 1.3 | ||
// Project: https://github.com/uhho/density-clustering | ||
// Definitions by: Matt Fedderly <https://github.com/mfedderly> | ||
// Levi Gruspe <https://github.com/lggruspe> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
export class DBSCAN { | ||
@@ -8,0 +2,0 @@ run( |
{ | ||
"name": "@types/density-clustering", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "TypeScript definitions for density-clustering", | ||
@@ -10,9 +10,9 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/density-clustering", | ||
"name": " Matt Fedderly", | ||
"url": "https://github.com/mfedderly", | ||
"githubUsername": "mfedderly" | ||
"githubUsername": "mfedderly", | ||
"url": "https://github.com/mfedderly" | ||
}, | ||
{ | ||
"name": "Levi Gruspe", | ||
"url": "https://github.com/lggruspe", | ||
"githubUsername": "lggruspe" | ||
"githubUsername": "lggruspe", | ||
"url": "https://github.com/lggruspe" | ||
} | ||
@@ -29,4 +29,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "e7d45409e68a3826d8e07ff13670e5b1068c16dd26ea8951db1a7a8552c9e13e", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "bbdd5ee15573796b721f0f52838c806d1debaca8e4425430e62a823db00ee883", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,8 +11,2 @@ # Installation | ||
````ts | ||
// Type definitions for density-clustering 1.3 | ||
// Project: https://github.com/uhho/density-clustering | ||
// Definitions by: Matt Fedderly <https://github.com/mfedderly> | ||
// Levi Gruspe <https://github.com/lggruspe> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
export class DBSCAN { | ||
@@ -45,7 +39,6 @@ run( | ||
### Additional Details | ||
* Last updated: Tue, 04 Jul 2023 15:02:42 GMT | ||
* Last updated: Wed, 18 Oct 2023 00:05:18 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [ Matt Fedderly](https://github.com/mfedderly), and [Levi Gruspe](https://github.com/lggruspe). |
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
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
3996
21
43