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

@turf/nearest-point-on-line

Package Overview
Dependencies
Maintainers
4
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/nearest-point-on-line - npm Package Compare versions

Comparing version 5.1.5 to 6.0.0

index.ts

42

package.json
{
"name": "@turf/nearest-point-on-line",
"version": "5.1.5",
"version": "6.0.0",
"description": "turf nearest-point-on-line module",
"main": "main.js",
"module": "main.es.js",
"types": "index.d.ts",
"main": "index",
"files": [
"index.js",
"index.d.ts",
"main.js",
"main.es.js"
"index.ts"
],
"scripts": {
"pretest": "rollup -c ../../rollup.config.js",
"test": "node -r @std/esm test.js",
"posttest": "node -r @std/esm ../../scripts/validate-es5-dependencies.js",
"bench": "node -r @std/esm bench.js",
"pretest": "tsc",
"test": "node test.js",
"bench": "node bench.js",
"docs": "node ../../scripts/generate-readmes"

@@ -32,6 +27,5 @@ },

"devDependencies": {
"@std/esm": "*",
"@turf/along": "^5.1.5",
"@turf/length": "^5.1.5",
"@turf/truncate": "^5.1.5",
"@turf/along": "*",
"@turf/length": "*",
"@turf/truncate": "*",
"benchmark": "*",

@@ -44,14 +38,10 @@ "load-json-file": "*",

"dependencies": {
"@turf/bearing": "^5.1.5",
"@turf/destination": "^5.1.5",
"@turf/distance": "^5.1.5",
"@turf/helpers": "^5.1.5",
"@turf/invariant": "^5.1.5",
"@turf/line-intersect": "^5.1.5",
"@turf/meta": "^5.1.5"
},
"@std/esm": {
"esm": "js",
"cjs": true
"@turf/bearing": "*",
"@turf/destination": "*",
"@turf/distance": "*",
"@turf/helpers": "6.x",
"@turf/invariant": "6.x",
"@turf/line-intersect": "6.x",
"@turf/meta": "6.x"
}
}
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