@turf/flatten
Advanced tools
Comparing version 3.10.5 to 3.12.2
{ | ||
"name": "@turf/flatten", | ||
"version": "3.10.5", | ||
"version": "3.12.2", | ||
"description": "Turf.js flatten module for converting multipart geometries to singlepart.", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"files": [ | ||
"index.js", | ||
"index.d.ts" | ||
], | ||
"scripts": { | ||
"test": "node test.js" | ||
"test": "node test.js", | ||
"bench": "node bench.js" | ||
}, | ||
@@ -27,2 +33,3 @@ "repository": { | ||
"devDependencies": { | ||
"benchmark": "^2.1.3", | ||
"tape": "^4.0.0" | ||
@@ -29,0 +36,0 @@ }, |
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
5300
2
5
45