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

kd.tree

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kd.tree - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

index.js

@@ -297,3 +297,3 @@ /**

for (i = 0; i < maxNodes && i < bestNodes.length; i += 1) {
for (i = 0; i < maxNodes && i < bestNodes.content.length; i += 1) {
if (bestNodes.content[i][0]) {

@@ -300,0 +300,0 @@ result.push([bestNodes.content[i][0].obj, bestNodes.content[i][1]]);

{
"name": "kd.tree",
"version": "0.1.1",
"version": "0.1.2",
"description": "100% JS k-d tree. Port of kd-tree-javascript.",

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

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