Socket
Socket
Sign inDemoInstall

turf

Package Overview
Dependencies
124
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

10

package.json
{
"name": "turf",
"version": "1.2.0",
"version": "1.2.1",
"description": "a node.js library for performing geospatial operations with geojson",

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

"turf-envelope": "~0.1.1",
"turf-erase": "0.1.3",
"turf-erase": "1.2.0",
"turf-explode": "^0.1.3",

@@ -73,3 +73,3 @@ "turf-extent": "^0.1.4",

"turf-inside": "^1.1.1",
"turf-intersect": "0.0.0",
"turf-intersect": "1.3.0",
"turf-is-clockwise": "0.1.2",

@@ -106,6 +106,6 @@ "turf-isobands": "0.1.1",

"devDependencies": {
"browserify": "~6.1.0",
"tape": "^3.0.0",
"browserify": "~6.3.3",
"tape": "^3.0.3",
"uglify-js": "~2.4.15"
}
}

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

***A modular GIS engine written in JavaScript***
***A modular geospatial engine written in JavaScript***

@@ -30,3 +30,3 @@ - - -

All of Turf's functions can also be installed as seperate modules. This works well with tools like [browserify](http://browserify.org/) where you only want to install only the code you need. It also allows you to mix and match modules as needed. This is the recommended usage patter for most production environments. For example, to install the *point* and *buffer* modules use:
All of Turf's functions can also be installed as seperate modules. This works well with tools like [browserify](http://browserify.org/) where you only want to install only the code you need. It also allows you to mix and match modules as needed. This is the recommended usage pattern for most production environments. For example, to install the *point* and *buffer* modules use:

@@ -163,2 +163,2 @@ ```sh

[![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)
[![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

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