Socket
Socket
Sign inDemoInstall

turf

Package Overview
Dependencies
93
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.2 to 1.3.3

10

CHANGELOG.md

@@ -1,5 +0,13 @@

# 1.3.2 (not released)
# 1.3.3
* added turf-line-slice for segmenting LineStrings with Points
* turf-point-on-line for calculating the closest Point from a Point to a LineString
# 1.3.2
* [tin ~7x faster](https://github.com/Turfjs/turf-tin/commit/595f732435b3b7bd977cdbe996bce60cbfc490e7)
* Fix mutability issues with `flip`, `erase`: data passed to Turf should
never be changed in place.
* added turf-line-distance for geodesic measuring of LineStrings
* added turf-along for calculating a the location of a Point x distance along a LineString
* added turf-area for calculating the area of a given feature

4

index.js

@@ -66,3 +66,5 @@ /**

along: require('turf-along'),
lineDistance: require('turf-line-distance')
lineDistance: require('turf-line-distance'),
lineSlice: require('turf-line-slice'),
pointOnLine: require('turf-point-on-line')
};
{
"name": "turf",
"version": "1.3.2",
"version": "1.3.3",
"description": "a node.js library for performing geospatial operations with geojson",

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

"turf-line-distance": "^1.0.0",
"turf-line-slice": "^1.3.2",
"turf-linestring": "^1.0.0",

@@ -92,2 +93,3 @@ "turf-max": "1.0.0",

"turf-point": "^1.2.0",
"turf-point-on-line": "^1.0.1",
"turf-point-on-surface": "^1.1.0",

@@ -94,0 +96,0 @@ "turf-polygon": "^1.0.0",

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

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

@@ -53,0 +53,0 @@ ####joins

Sorry, the diff of this file is not supported yet

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

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

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