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

@turf/tesselate

Package Overview
Dependencies
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/tesselate - npm Package Compare versions

Comparing version 3.0.15 to 3.0.16

12

package.json
{
"name": "@turf/tesselate",
"version": "3.0.15",
"version": "3.0.16",
"description": "[Turf](http://turfjs.org/) tesselate module",

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

"type": "git",
"url": "https://github.com/Turfjs/turf-tesselate.git"
"url": "git://github.com/Turfjs/turf.git"
},

@@ -28,13 +28,13 @@ "keywords": [

"bugs": {
"url": "https://github.com/Turfjs/turf-tesselate/issues"
"url": "https://github.com/Turfjs/turf/issues"
},
"homepage": "https://github.com/Turfjs/turf-tesselate",
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {
"tape": "^4.0.0",
"@turf/helpers": "^3.0.15"
"@turf/helpers": "^3.0.16"
},
"dependencies": {
"earcut": "^2.0.0",
"@turf/helpers": "^3.0.15"
"@turf/helpers": "^3.0.16"
}
}

@@ -1,2 +0,2 @@

# turf-tesselate
# @turf/tesselate

@@ -10,3 +10,3 @@ # tesselate

- `polygon` **Feature<Polygon>** the polygon to tesselate
- `polygon` **[Feature](http://geojson.org/geojson-spec.html#feature-objects)<[Polygon](http://geojson.org/geojson-spec.html#polygon)>** the polygon to tesselate

@@ -23,3 +23,3 @@ **Examples**

Returns **FeatureCollection<Polygon>** a geometrycollection feature
Returns **[FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects)<[Polygon](http://geojson.org/geojson-spec.html#polygon)>** a geometrycollection feature

@@ -38,3 +38,3 @@ ---

```sh
$ npm install turf-tesselate
$ npm install @turf/tesselate
```

@@ -45,3 +45,3 @@

```sh
$ npm install turf
$ npm install @turf/turf
```
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