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
2
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.0.16 to 3.1.1

6

index.js

@@ -1,4 +0,4 @@

var point = require('turf-helpers').point;
var featurecollection = require('turf-helpers').featureCollection;
var distance = require('turf-distance');
var point = require('@turf/helpers').point;
var featurecollection = require('@turf/helpers').featureCollection;
var distance = require('@turf/distance');
/**

@@ -5,0 +5,0 @@ * Takes a bounding box and a cell depth and returns a set of {@link Point|points} in a grid.

{
"name": "@turf/point-grid",
"version": "3.0.16",
"version": "3.1.1",
"description": "",

@@ -28,8 +28,8 @@ "main": "index.js",

"tape": "^3.5.0",
"@turf/bbox-polygon": "^3.0.16"
"@turf/bbox-polygon": "^3.1.1"
},
"dependencies": {
"@turf/distance": "^3.0.16",
"@turf/distance": "^3.1.1",
"@turf/helpers": "^3.0.16"
}
}
var test = require('tape');
var grid = require('./');
var fs = require('fs');
var bboxPolygon = require('turf-bbox-polygon');
var bboxPolygon = require('@turf/bbox-polygon');

@@ -6,0 +6,0 @@ test('point-grid', function (t) {

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