@turf/hex-grid
Advanced tools
Comparing version 3.6.1 to 3.6.3
@@ -25,3 +25,3 @@ var point = require('@turf/helpers').point; | ||
* @param {string} [units=kilometers] used in calculating cellSize, can be degrees, radians, miles, or kilometers | ||
* @param {boolean} triangles whether to return as triangles instead of hexagons | ||
* @param {boolean} [triangles=false] whether to return as triangles instead of hexagons | ||
* @return {FeatureCollection<Polygon>} a hexagonal grid | ||
@@ -28,0 +28,0 @@ * @example |
{ | ||
"name": "@turf/hex-grid", | ||
"version": "3.6.1", | ||
"version": "3.6.3", | ||
"description": "", | ||
@@ -37,10 +37,10 @@ "main": "index.js", | ||
"tape": "^3.5.0", | ||
"@turf/bbox-polygon": "^3.6.1", | ||
"@turf/explode": "^3.6.1", | ||
"@turf/inside": "^3.6.1" | ||
"@turf/bbox-polygon": "^3.6.3", | ||
"@turf/explode": "^3.6.3", | ||
"@turf/inside": "^3.6.3" | ||
}, | ||
"dependencies": { | ||
"@turf/distance": "^3.6.1", | ||
"@turf/helpers": "^3.6.1" | ||
"@turf/distance": "^3.6.3", | ||
"@turf/helpers": "^3.6.3" | ||
} | ||
} |
@@ -14,3 +14,3 @@ # @turf/hex-grid | ||
- `units` **\[[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)]** used in calculating cellSize, can be degrees, radians, miles, or kilometers (optional, default `kilometers`) | ||
- `triangles` **[boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** whether to return as triangles instead of hexagons | ||
- `triangles` **\[[boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean)]** whether to return as triangles instead of hexagons (optional, default `false`) | ||
@@ -17,0 +17,0 @@ **Examples** |
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
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
13997
8
273
1
Updated@turf/distance@^3.6.3
Updated@turf/helpers@^3.6.3