@turf/isolines
Advanced tools
Comparing version 3.10.5 to 3.13.0
{ | ||
"name": "@turf/isolines", | ||
"version": "3.10.5", | ||
"version": "3.13.0", | ||
"description": "turf isolines module", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"files": [ | ||
"index.js", | ||
"index.d.ts", | ||
"conrec.js" | ||
], | ||
"scripts": { | ||
"test": "tape test.js" | ||
"test": "node test.js", | ||
"bench": "node bench.js" | ||
}, | ||
@@ -32,12 +39,11 @@ "repository": { | ||
"dependencies": { | ||
"@turf/bbox": "^3.10.5", | ||
"@turf/point-grid": "^3.10.5", | ||
"@turf/distance": "^3.10.5", | ||
"@turf/inside": "^3.10.5", | ||
"@turf/helpers": "^3.10.5", | ||
"@turf/planepoint": "^3.10.0", | ||
"@turf/square": "^3.10.5", | ||
"@turf/tin": "^3.10.5" | ||
}, | ||
"types": "index.d.ts" | ||
"@turf/bbox": "^3.13.0", | ||
"@turf/point-grid": "^3.13.0", | ||
"@turf/distance": "^3.13.0", | ||
"@turf/inside": "^3.13.0", | ||
"@turf/helpers": "^3.13.0", | ||
"@turf/planepoint": "^3.13.0", | ||
"@turf/square": "^3.13.0", | ||
"@turf/tin": "^3.13.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
27960
6
582
Updated@turf/bbox@^3.13.0
Updated@turf/distance@^3.13.0
Updated@turf/helpers@^3.13.0
Updated@turf/inside@^3.13.0
Updated@turf/planepoint@^3.13.0
Updated@turf/point-grid@^3.13.0
Updated@turf/square@^3.13.0
Updated@turf/tin@^3.13.0