Socket
Socket
Sign inDemoInstall

turf

Package Overview
Dependencies
91
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 1.3.2

CHANGELOG.md

2

bower.json
{
"name": "turf",
"version": "1.2.1",
"version": "1.3.1",
"description": "",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/morganherlocker/turf",

@@ -54,2 +54,3 @@ /**

polygon: require('turf-polygon'),
random: require('turf-random'),
reclass: require('turf-reclass'),

@@ -64,3 +65,5 @@ remove: require('turf-remove'),

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

@@ -8,3 +8,3 @@ "main": "index.js",

"test": "node test.js",
"build": "browserify index.js -s turf > turf.js && uglifyjs turf.js -c -m > turf.min.js; gzip turf.min.js -k -f",
"build": "browserify index.js -s turf > turf.js && uglifyjs turf.js -c -m > turf.min.js;",
"doc": "jsdoc index.js ./node_modules/turf-*/index.js",

@@ -51,2 +51,3 @@ "size": "browserify index.js --full-paths -s turf | uglifyjs -c -m | discify | hcat"

"turf-aggregate": "1.0.0",
"turf-along": "^1.0.0",
"turf-area": "^1.0.0",

@@ -82,2 +83,3 @@ "turf-average": "1.1.0",

"turf-kinks": "^1.3.0",
"turf-line-distance": "^1.0.0",
"turf-linestring": "^1.0.0",

@@ -95,2 +97,3 @@ "turf-max": "1.0.0",

"turf-quantile": "1.0.0",
"turf-random": "^1.0.0",
"turf-reclass": "1.0.0",

@@ -97,0 +100,0 @@ "turf-remove": "^1.0.0",

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

[![Build Status](https://travis-ci.org/Turfjs/turf-line-distance.svg?branch=master)](https://travis-ci.org/Turfjs/turf-line-distance) [line-distance](https://github.com/Turfjs/turf-line-distance)
[![Build Status](https://travis-ci.org/Turfjs/turf-along.svg?branch=master)](https://travis-ci.org/Turfjs/turf-along) [along](https://github.com/Turfjs/turf-along)
####interpolation

@@ -98,0 +102,0 @@ [![Build Status](https://travis-ci.org/Turfjs/turf-tin.svg?branch=master)](https://travis-ci.org/Turfjs/turf-tin) [tin](https://github.com/Turfjs/turf-tin)

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