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

hac

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hac - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

3

lib/HAC.js

@@ -8,3 +8,3 @@ require('es6-shim');

var Tree = require('bin-tree').BTree;
var Heap = require('Heap');
var Heap = require('heap');
var FeatureSelector = require('feature-selector');

@@ -615,2 +615,1 @@

}
{
"name": "hac",
"version": "1.0.5",
"version": "1.0.6",
"description": "Hierarchical agglomerative clustering",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -158,2 +158,3 @@ # HAC

* 1.0.6: correct require path of the heap module
* 1.0.5: make statements in README for incompatibility with `Tonic`

@@ -160,0 +161,0 @@ * 1.0.4: require es6-shim to support older node engine

Sorry, the diff of this file is not supported yet

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