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

@turf/nearest-neighbor-analysis

Package Overview
Dependencies
Maintainers
6
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/nearest-neighbor-analysis - npm Package Compare versions

Comparing version 6.0.1 to 6.2.0-alpha.1

dist/es/index.js

72

package.json
{
"name": "@turf/nearest-neighbor-analysis",
"version": "6.0.1",
"version": "6.2.0-alpha.1",
"description": "turf nearest-neighbor-analysis module",
"main": "index",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
"author": "Turf Authors",
"contributors": [
"Moacir P. de Sá Pereira <@muziejus>"
],
"scripts": {
"prepare": "tsc",
"pretest": "tsc",
"test": "node test.js",
"bench": "node bench.js",
"docs": "node ../../scripts/generate-readmes"
"license": "MIT",
"bugs": {
"url": "https://github.com/Turfjs/turf/issues"
},
"homepage": "https://github.com/Turfjs/turf",
"repository": {

@@ -22,2 +18,5 @@ "type": "git",

},
"publishConfig": {
"access": "public"
},
"keywords": [

@@ -27,31 +26,40 @@ "turf",

],
"author": "Turf Authors",
"contributors": [
"Moacir P. de Sá Pereira <@muziejus>"
"main": "dist/js/index.js",
"module": "dist/es/index.js",
"types": "dist/js/index.d.ts",
"sideEffects": false,
"files": [
"dist"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Turfjs/turf/issues"
"scripts": {
"bench": "npm-run-all prepare bench:run",
"bench:run": "node bench.js",
"docs": "node ../../scripts/generate-readmes",
"prepare": "npm-run-all prepare:*",
"prepare:es": "tsc --outDir dist/es --module esnext --declaration false",
"prepare:js": "tsc",
"test": "npm-run-all prepare test:*",
"test:tape": "node -r esm test.js"
},
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {
"@turf/truncate": "*",
"@turf/truncate": "^6.2.0-alpha.1",
"@types/tape": "*",
"benchmark": "*",
"write-json-file": "*",
"load-json-file": "*",
"tape": "*",
"tslint": "*",
"typescript": "*",
"tslint": "*",
"@types/tape": "*"
"write-json-file": "*"
},
"dependencies": {
"@turf/area": "6.x",
"@turf/bbox": "6.x",
"@turf/bbox-polygon": "6.x",
"@turf/centroid": "6.x",
"@turf/distance": "6.x",
"@turf/helpers": "6.x",
"@turf/meta": "6.x",
"@turf/nearest-point": "6.x"
}
"@turf/area": "^6.2.0-alpha.1",
"@turf/bbox": "^6.2.0-alpha.1",
"@turf/bbox-polygon": "^6.2.0-alpha.1",
"@turf/centroid": "^6.2.0-alpha.1",
"@turf/distance": "^6.2.0-alpha.1",
"@turf/helpers": "^6.2.0-alpha.1",
"@turf/meta": "^6.2.0-alpha.1",
"@turf/nearest-point": "^6.2.0-alpha.1"
},
"gitHead": "fc519c045a8931c1e14eab9160a7e28391f8da02"
}

@@ -0,0 +0,0 @@ # @turf/nearest-neighbor-analysis

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