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

@turf/idw

Package Overview
Dependencies
Maintainers
4
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/idw - npm Package Compare versions

Comparing version

to
4.3.0

15

package.json
{
"name": "@turf/idw",
"version": "4.2.0",
"version": "4.3.0",
"description": "turf idw module",

@@ -26,11 +26,12 @@ "main": "index.js",

"devDependencies": {
"tape": "^4.5.1"
"benchmark": "^2.1.4",
"tape": "^4.6.3"
},
"dependencies": {
"@turf/bbox": "^4.2.0",
"@turf/centroid": "^4.2.0",
"@turf/distance": "^4.2.0",
"@turf/helpers": "^4.2.0",
"@turf/square-grid": "^4.2.0"
"@turf/bbox": "^4.3.0",
"@turf/centroid": "^4.3.0",
"@turf/distance": "^4.3.0",
"@turf/helpers": "^4.3.0",
"@turf/square-grid": "^4.3.0"
}
}