Socket
Socket
Sign inDemoInstall

turf

Package Overview
Dependencies
87
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.3.1

DOCUMENTATION.md

13

index.js

@@ -0,3 +1,9 @@

/**
* Turf is a modular GIS engine written in JavaScript. It performs geospatial
* processing tasks with GeoJSON data and can be run on a server or in a browser.
*
* @module turf
* @summary GIS For Web Maps
*/
module.exports = {
isClockwise: require('turf-is-clockwise'),
isolines: require('turf-isolines'),

@@ -56,3 +62,4 @@ isobands: require('turf-isobands'),

kinks: require('turf-kinks'),
pointOnSurface: require('turf-point-on-surface')
}
pointOnSurface: require('turf-point-on-surface'),
area: require('turf-area')
};
{
"name": "turf",
"version": "1.3.0",
"version": "1.3.1",
"description": "a node.js library for performing geospatial operations with geojson",

@@ -9,2 +9,3 @@ "main": "index.js",

"build": "browserify index.js -s turf > turf.js && uglifyjs turf.js -c -m > turf.min.js; gzip turf.min.js -k -f",
"doc": "jsdoc index.js ./node_modules/turf-*/index.js",
"size": "browserify index.js --full-paths -s turf | uglifyjs -c -m | discify | hcat"

@@ -50,2 +51,3 @@ },

"turf-aggregate": "1.0.0",
"turf-area": "^1.0.0",
"turf-average": "1.1.0",

@@ -62,3 +64,3 @@ "turf-bbox-polygon": "^1.0.0",

"turf-count": "1.0.0",
"turf-destination": "1.0.0",
"turf-destination": "^1.0.0",
"turf-deviation": "1.0.0",

@@ -77,7 +79,6 @@ "turf-distance": "^1.0.0",

"turf-intersect": "1.3.2",
"turf-is-clockwise": "1.0.0",
"turf-isobands": "1.0.0",
"turf-isobands": "^1.0.0",
"turf-isolines": "1.0.0",
"turf-jenks": "1.0.0",
"turf-kinks": "^1.2.1",
"turf-kinks": "^1.3.0",
"turf-linestring": "^1.0.0",

@@ -98,3 +99,3 @@ "turf-max": "1.0.0",

"turf-sample": "^1.0.0",
"turf-simplify": "1.0.0",
"turf-simplify": "^1.0.0",
"turf-size": "^1.1.0",

@@ -113,2 +114,3 @@ "turf-square": "^1.0.0",

"hcat": "0.0.5",
"jsdoc": "^3.3.0-alpha13",
"tape": "^3.0.3",

@@ -115,0 +117,0 @@ "uglify-js": "~2.4.16"

@@ -9,2 +9,4 @@ ![turf](https://raw.githubusercontent.com/Turfjs/turf/9a1d5e8d99564d4080f1e2bf1517ed41d18012fa/logo.png)

[turfjs.org](http://turfjs.org/)
- - -

@@ -69,5 +71,7 @@

[![Build Status](https://travis-ci.org/Turfjs/turf-area.svg?branch=master)](https://travis-ci.org/Turfjs/turf-area) [area](https://github.com/Turfjs/turf-area)
[![Build Status](https://travis-ci.org/Turfjs/turf-nearest.svg?branch=master)](https://travis-ci.org/Turfjs/turf-nearest) [nearest](https://github.com/Turfjs/turf-nearest)
[![Build Status](https://travis-ci.org/Turfjs/turf-bboxPolygon.svg?branch=master)](https://travis-ci.org/Turfjs/turf-bboxPolygon) [bboxPolygon](https://github.com/Turfjs/turf-bboxPolygon)
[![Build Status](https://travis-ci.org/Turfjs/turf-bbox-polygon.svg?branch=master)](https://travis-ci.org/Turfjs/turf-bbox-polygon) [bbox-polygon](https://github.com/Turfjs/turf-bbox-polygon)

@@ -148,4 +152,2 @@ [![Build Status](https://travis-ci.org/Turfjs/turf-envelope.svg?branch=master)](https://travis-ci.org/Turfjs/turf-envelope) [envelope](https://github.com/Turfjs/turf-envelope)

[![Build Status](https://travis-ci.org/Turfjs/turf-donuts.svg?branch=master)](https://travis-ci.org/Turfjs/turf-donuts) [donuts](https://github.com/Turfjs/turf-donuts)
[![Build Status](https://travis-ci.org/Turfjs/turf-convex.svg?branch=master)](https://travis-ci.org/Turfjs/turf-convex) [convex](https://github.com/Turfjs/turf-convex)

@@ -162,4 +164,4 @@

[![Build Status](https://travis-ci.org/Turfjs/turf-isClockwise.svg?branch=master)](https://travis-ci.org/Turfjs/turf-isClockwise) [isClockwise](https://github.com/Turfjs/turf-isClockwise)
[![Build Status](https://travis-ci.org/Turfjs/turf-is-clockwise.svg?branch=master)](https://travis-ci.org/Turfjs/turf-is-clockwise) [is-clockwise](https://github.com/Turfjs/turf-is-clockwise)
[![Build Status](https://travis-ci.org/Turfjs/turf-kinks.svg?branch=master)](https://travis-ci.org/Turfjs/turf-kinks) [kinks](https://github.com/Turfjs/turf-kinks)

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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