@turf/concave
Advanced tools
Comparing version 3.11.6 to 3.13.0
{ | ||
"name": "@turf/concave", | ||
"version": "3.11.6", | ||
"version": "3.13.0", | ||
"description": "turf concave module", | ||
"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" | ||
}, | ||
@@ -28,11 +34,10 @@ "repository": { | ||
"tape": "~3.5.0", | ||
"@turf/helpers": "^3.10.5" | ||
"@turf/helpers": "^3.13.0" | ||
}, | ||
"dependencies": { | ||
"@turf/meta": "^3.10.5", | ||
"@turf/tin": "^3.10.5", | ||
"@turf/union": "^3.11.6", | ||
"@turf/distance": "^3.10.5" | ||
}, | ||
"types": "index.d.ts" | ||
"@turf/meta": "^3.13.0", | ||
"@turf/tin": "^3.13.0", | ||
"@turf/union": "^3.13.0", | ||
"@turf/distance": "^3.13.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
8722
5
119
Updated@turf/distance@^3.13.0
Updated@turf/meta@^3.13.0
Updated@turf/tin@^3.13.0
Updated@turf/union@^3.13.0