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

@turf/point-on-line

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version

to
3.3.3

18

package.json
{
"name": "@turf/point-on-line",
"version": "3.3.1",
"version": "3.3.3",
"description": "",

@@ -22,13 +22,13 @@ "main": "index.js",

"tape": "^3.5.0",
"@turf/along": "^3.1.1",
"@turf/distance": "^3.1.1",
"@turf/helpers": "^3.0.16",
"@turf/line-distance": "^3.1.1"
"@turf/along": "^3.3.3",
"@turf/distance": "^3.3.3",
"@turf/helpers": "^3.3.3",
"@turf/line-distance": "^3.3.3"
},
"dependencies": {
"@turf/bearing": "^3.1.1",
"@turf/destination": "^3.1.1",
"@turf/distance": "^3.1.1",
"@turf/helpers": "^3.0.16"
"@turf/bearing": "^3.3.3",
"@turf/destination": "^3.3.3",
"@turf/distance": "^3.3.3",
"@turf/helpers": "^3.3.3"
}
}