@turf/dissolve
Advanced tools
Comparing version 3.9.0 to 3.10.0
{ | ||
"name": "@turf/dissolve", | ||
"version": "3.9.0", | ||
"version": "3.10.0", | ||
"description": "Dissolves polygons based on an attribute", | ||
@@ -16,8 +16,8 @@ "main": "index.js", | ||
], | ||
"author": "Rowan Winsemius", | ||
"author": "Turf Authors", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@turf/bbox": "^3.7.5", | ||
"@turf/helpers": "^3.7.5", | ||
"@turf/union": "^3.7.5", | ||
"@turf/bbox": "^3.10.0", | ||
"@turf/helpers": "^3.10.0", | ||
"@turf/union": "^3.10.0", | ||
"geojson-utils": "^1.1.0", | ||
@@ -31,3 +31,11 @@ "get-closest": "0.0.3", | ||
}, | ||
"types": "index.d.ts" | ||
"types": "index.d.ts", | ||
"homepage": "https://github.com/Turfjs/turf", | ||
"bugs": { | ||
"url": "https://github.com/Turfjs/turf/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/Turfjs/turf.git" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
19704
0
0
3
Updated@turf/bbox@^3.10.0
Updated@turf/helpers@^3.10.0
Updated@turf/union@^3.10.0