Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@turf/hex-grid

Package Overview
Dependencies
Maintainers
4
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/hex-grid - npm Package Compare versions

Comparing version 4.5.2 to 4.6.0

2

index.js

@@ -36,3 +36,3 @@ var distance = require('@turf/distance');

* //addToMap
* var addToMap = [hexgrid]
* var addToMap = [hexgrid];
*/

@@ -39,0 +39,0 @@ module.exports = function hexGrid(bbox, cellDiameter, units, triangles) {

{
"name": "@turf/hex-grid",
"version": "4.5.2",
"version": "4.6.0",
"description": "turf hex-grid module",

@@ -42,4 +42,4 @@ "main": "index.js",

"devDependencies": {
"@turf/centroid": "^4.5.2",
"@turf/truncate": "^4.5.2",
"@turf/centroid": "^4.6.0",
"@turf/truncate": "^4.6.0",
"benchmark": "^2.1.4",

@@ -51,5 +51,5 @@ "load-json-file": "^2.0.0",

"dependencies": {
"@turf/distance": "^4.5.2",
"@turf/helpers": "^4.5.2"
"@turf/distance": "^4.6.0",
"@turf/helpers": "^4.6.0"
}
}

@@ -26,3 +26,3 @@ # @turf/hex-grid

//addToMap
var addToMap = [hexgrid]
var addToMap = [hexgrid];
```

@@ -29,0 +29,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc