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

hierarchical-cluster

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hierarchical-cluster - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

.npmignore

2

package.json
{
"name": "hierarchical-cluster",
"version": "0.0.5",
"version": "0.0.6",
"description": "hierarchical-cluster of time-series data",

@@ -5,0 +5,0 @@ "main": "src/hierarchical_cluster.js",

@@ -185,2 +185,8 @@

if (max_num_curves < 2) {
console.error("ERROR - you must have two or more curves, you set max_num_curves : ", max_num_curves);
process.exit(8);
}
set_flavor_random_curves(flavor_random); // set relevant methods based on chosen data type

@@ -187,0 +193,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