@turf/hex-grid
Advanced tools
Comparing version 3.11.7 to 3.13.0
{ | ||
"name": "@turf/hex-grid", | ||
"version": "3.11.7", | ||
"description": "", | ||
"version": "3.13.0", | ||
"description": "turf hex-grid 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" | ||
}, | ||
@@ -34,6 +40,6 @@ "repository": { | ||
"devDependencies": { | ||
"@turf/bbox-polygon": "^3.10.5", | ||
"@turf/explode": "^3.10.5", | ||
"@turf/inside": "^3.10.5", | ||
"@turf/truncate": "^3.11.7", | ||
"@turf/bbox-polygon": "^3.13.0", | ||
"@turf/explode": "^3.13.0", | ||
"@turf/inside": "^3.13.0", | ||
"@turf/truncate": "^3.13.0", | ||
"benchmark": "^1.0.0", | ||
@@ -47,6 +53,5 @@ "eslint": "^3.15.0", | ||
"dependencies": { | ||
"@turf/distance": "^3.10.5", | ||
"@turf/helpers": "^3.10.5" | ||
}, | ||
"types": "index.d.ts" | ||
"@turf/distance": "^3.13.0", | ||
"@turf/helpers": "^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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
0
8891
5
119
Updated@turf/distance@^3.13.0
Updated@turf/helpers@^3.13.0