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

@turf/meta

Package Overview
Dependencies
Maintainers
4
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/meta - npm Package Compare versions

Comparing version 3.10.0 to 3.10.4

17

index.d.ts

@@ -22,3 +22,3 @@ /// <reference types="geojson" />

/**
* http://turfjs.org/docs/#coordEach
* http://turfjs.org/docs/#coordeach
*/

@@ -31,3 +31,3 @@ coordEach(layer: Points | Point | MultiPoint | MultiPoints, callback: (coords: Array<number>) => void, excludeWrapCoord?: boolean): void;

/**
* http://turfjs.org/docs/#coordEach
* http://turfjs.org/docs/#coordeach
*/

@@ -40,3 +40,3 @@ coordReduce(layer: Points | Point | MultiPoint | MultiPoints, callback: (memo: any, coords: Array<number>) => void, memo: any, excludeWrapCoord?: boolean): any;

/**
* http://turfjs.org/docs/#propEach
* http://turfjs.org/docs/#propeach
*/

@@ -46,4 +46,9 @@ propEach(layer: Feature | Features, callback: (properties: any) => void): void;

/**
* http://turfjs.org/docs/#featureEach
* http://turfjs.org/docs/#propreduce
*/
propReduce(layer: Feature | Features, callback: (prev: any, props: any) => any, memo: any): any;
/**
* http://turfjs.org/docs/#featureeach
*/
featureEach(layer: Point | Points, callback: (feature: Point) => void): void;

@@ -58,3 +63,3 @@ featureEach(layer: LineString | LineStrings, callback: (feature: LineString) => void): void;

/**
* http://turfjs.org/docs/#coordAll
* http://turfjs.org/docs/#coordall
*/

@@ -64,3 +69,3 @@ coordAll(layer: Feature | Features | GeometryCollection | GeometryObject): Array<Array<number>>

/**
* http://turfjs.org/docs/#geomEach
* http://turfjs.org/docs/#geomeach
*/

@@ -67,0 +72,0 @@ geomEach(layer: Point | Points, callback: (geom: GeoJSON.Point) => void): void;

{
"name": "@turf/meta",
"version": "3.10.0",
"version": "3.10.4",
"description": "meta and functional programming helpers for turf modules",

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

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