New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.6.1 to 4.7.0

2

index.js

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

//first and last vertex must be the same
vertices.push(vertices[0]);
vertices.push(vertices[0].slice());
return polygon([vertices]);

@@ -121,0 +121,0 @@ }

{
"name": "@turf/hex-grid",
"version": "4.6.1",
"version": "4.7.0",
"description": "turf hex-grid module",

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

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

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

"dependencies": {
"@turf/distance": "^4.6.0",
"@turf/helpers": "^4.6.0"
"@turf/distance": "4.7.0",
"@turf/helpers": "4.7.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