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

turf-tin

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

turf-tin - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

10

package.json
{
"name": "turf-tin",
"version": "0.0.2",
"version": "0.1.0",
"description": "turf tin module",

@@ -25,9 +25,9 @@ "main": "index.js",

"devDependencies": {
"tape": "^2.12.3"
"tape": "^2.13.4"
},
"dependencies": {
"turf-nearest": "^0.1.0",
"turf-point": "^0.1.0",
"turf-polygon": "^0.1.0"
"turf-nearest": "^0.1.3",
"turf-point": "^0.1.1",
"turf-polygon": "^0.1.1"
}
}

@@ -7,2 +7,23 @@ turf-tin

###Install
```sh
npm install turf-tin
```
###Parameters
|name|description|
|---|---|
|pts|a point featurecollection|
|z|a z value to encode|
###Usage
```js
tin(pts, z)
```
###Example
```javascript

@@ -9,0 +30,0 @@ var tin = require('turf-tin')

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