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

@turf/helpers

Package Overview
Dependencies
Maintainers
4
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/helpers - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

2

index.d.ts

@@ -20,3 +20,3 @@ import {

// TurfJS String Types
export type Units = 'miles' | 'nauticalmiles' | 'degrees' | 'radians' | 'inches' | 'yards' | 'meters' | 'metres' | 'kilometers' | 'kilometres';
export type Units = 'meters' | 'millimeters' | 'centimeters' | 'kilometers' | 'miles' | 'nauticalmiles' | 'inches' | 'yards' | 'feet' | 'radians' | 'degrees'
export type Grid = 'point' | 'square' | 'hex' | 'triangle';

@@ -23,0 +23,0 @@ export type Corners = 'sw' | 'se' | 'nw' | 'ne' | 'center' | 'centroid';

@@ -237,3 +237,4 @@ // Type definitions for geojson 7946.0

export interface FeatureCollection<G = Geometry | GeometryCollection, P = Properties> extends GeoJSONObject {
type: "FeatureCollection";
features: Array<Feature<G, P>>;
}
{
"name": "@turf/helpers",
"version": "6.0.0",
"version": "6.0.1",
"description": "turf helpers module",

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

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