Socket
Socket
Sign inDemoInstall

@turf/triangle-grid

Package Overview
Dependencies
3
Maintainers
4
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.10.0 to 3.10.2

0

bench.js

@@ -0,0 +0,0 @@ var grid = require('./');

7

index.d.ts

@@ -1,11 +0,8 @@

/// <reference types="geojson" />
import {Units, BBox, Polygons} from '@turf/helpers'
type BBox = Array<number>;
type Polygons = GeoJSON.FeatureCollection<GeoJSON.Polygon>;
/**
* http://turfjs.org/docs/#trianglegrid
*/
declare function triangleGrid(bbox: BBox, cellSize: number, units?: string): Polygons;
declare function triangleGrid(bbox: BBox, cellSize: number, units?: Units): Polygons;
declare namespace triangleGrid { }
export = triangleGrid;

@@ -0,0 +0,0 @@ var featurecollection = require('@turf/helpers').featureCollection;

{
"name": "@turf/triangle-grid",
"version": "3.10.0",
"version": "3.10.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -0,0 +0,0 @@ # @turf/triangle-grid

@@ -0,0 +0,0 @@ var test = require('tape');

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc