New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@turf/point-grid

Package Overview
Dependencies
Maintainers
4
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/point-grid - npm Package Compare versions

Comparing version 3.13.1 to 3.14.0

4

index.js

@@ -13,3 +13,3 @@ var point = require('@turf/helpers').point;

* @param {string} [units=kilometers] used in calculating cellSize, can be degrees, radians, miles, or kilometers
* @return {FeatureCollection<Point>} grid of points
* @returns {FeatureCollection<Point>} grid of points
* @example

@@ -24,3 +24,3 @@ * var extent = [-70.823364, -33.553984, -70.473175, -33.302986];

*/
module.exports = function pointGrid(bbox, cellSize, units) {
module.exports = function (bbox, cellSize, units) {
var results = [];

@@ -27,0 +27,0 @@

{
"name": "@turf/point-grid",
"version": "3.13.1",
"version": "3.14.0",
"description": "turf point-grid module",

@@ -32,3 +32,3 @@ "main": "index.js",

"devDependencies": {
"@turf/meta": "^3.13.0",
"@turf/meta": "^3.14.0",
"benchmark": "^2.1.3",

@@ -40,6 +40,6 @@ "load-json-file": "^2.0.0",

"dependencies": {
"@turf/bbox": "^3.13.0",
"@turf/distance": "^3.13.0",
"@turf/bbox": "^3.14.0",
"@turf/distance": "^3.14.0",
"@turf/helpers": "^3.13.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