Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@artemis-prime/distance-sorter

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

@artemis-prime/distance-sorter - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

ot-test-data-n-is-2.js

3

distance-sorter.js

@@ -84,2 +84,5 @@ 'use strict'

}
else {
n = Math.min(n, parallelArrays.usableSet.length);
}
for (let i = 0; i < n; i++) {

@@ -86,0 +89,0 @@ let each = indecesByDistance[i]

2

package.json
{
"name": "@artemis-prime/distance-sorter",
"version": "1.0.2",
"version": "1.0.3",
"description": "Sorts an array of objects that have location data by distance from a point.",

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

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