@turf/line-to-polygon
Advanced tools
Comparing version 6.4.0 to 6.5.0
@@ -26,7 +26,3 @@ import { Feature, FeatureCollection, MultiLineString, LineString, Properties } from "@turf/helpers"; | ||
mutate?: boolean; | ||
}): Feature<import("@turf/helpers").MultiPolygon, { | ||
[name: string]: any; | ||
}> | Feature<import("@turf/helpers").Polygon, { | ||
[name: string]: any; | ||
}>; | ||
}): Feature<import("@turf/helpers").MultiPolygon, Properties> | Feature<import("@turf/helpers").Polygon, Properties>; | ||
export default lineToPolygon; |
{ | ||
"name": "@turf/line-to-polygon", | ||
"version": "6.4.0", | ||
"version": "6.5.0", | ||
"description": "turf line-to-polygon module", | ||
@@ -18,2 +18,3 @@ "author": "Turf Authors", | ||
}, | ||
"funding": "https://opencollective.com/turf", | ||
"publishConfig": { | ||
@@ -65,8 +66,8 @@ "access": "public" | ||
"dependencies": { | ||
"@turf/bbox": "^6.4.0", | ||
"@turf/clone": "^6.4.0", | ||
"@turf/helpers": "^6.4.0", | ||
"@turf/invariant": "^6.4.0" | ||
"@turf/bbox": "^6.5.0", | ||
"@turf/clone": "^6.5.0", | ||
"@turf/helpers": "^6.5.0", | ||
"@turf/invariant": "^6.5.0" | ||
}, | ||
"gitHead": "1e62773cfc88c627cca8effcb5c14cfb65a905ac" | ||
"gitHead": "5375941072b90d489389db22b43bfe809d5e451e" | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
16572
0
292
Updated@turf/bbox@^6.5.0
Updated@turf/clone@^6.5.0
Updated@turf/helpers@^6.5.0
Updated@turf/invariant@^6.5.0