@turf/combine
Advanced tools
Comparing version 6.4.0 to 6.5.0
@@ -1,2 +0,2 @@ | ||
import { MultiLineString, MultiPoint, MultiPolygon } from "@turf/helpers"; | ||
import { MultiLineString, MultiPoint, MultiPolygon, Properties } from "@turf/helpers"; | ||
import { Point, LineString, Polygon, FeatureCollection } from "@turf/helpers"; | ||
@@ -25,6 +25,4 @@ /** | ||
}, { | ||
collectedProperties: { | ||
[name: string]: any; | ||
}[]; | ||
collectedProperties: Properties[]; | ||
}>; | ||
export default combine; |
{ | ||
"name": "@turf/combine", | ||
"version": "6.4.0", | ||
"version": "6.5.0", | ||
"description": "turf combine module", | ||
@@ -15,2 +15,3 @@ "author": "Turf Authors", | ||
}, | ||
"funding": "https://opencollective.com/turf", | ||
"publishConfig": { | ||
@@ -59,6 +60,6 @@ "access": "public" | ||
"dependencies": { | ||
"@turf/helpers": "^6.4.0", | ||
"@turf/meta": "^6.4.0" | ||
"@turf/helpers": "^6.5.0", | ||
"@turf/meta": "^6.5.0" | ||
}, | ||
"gitHead": "1e62773cfc88c627cca8effcb5c14cfb65a905ac" | ||
"gitHead": "5375941072b90d489389db22b43bfe809d5e451e" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
12199
0
187
Updated@turf/helpers@^6.5.0
Updated@turf/meta@^6.5.0