Socket
Socket
Sign inDemoInstall

turf-flip

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

turf-flip - npm Package Compare versions

Comparing version 0.1.0 to 0.1.2

10

package.json
{
"name": "turf-flip",
"version": "0.1.0",
"version": "0.1.2",
"description": "turf flip module",

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

"devDependencies": {
"tape": "^2.13.1",
"tape": "^2.13.4",
"turf-featurecollection": "^0.1.0",
"turf-linestring": "^0.1.0",
"turf-point": "^0.1.0",
"turf-polygon": "^0.1.0"
"turf-linestring": "^0.1.1",
"turf-point": "^0.1.1",
"turf-polygon": "^0.1.1"
}
}

@@ -7,3 +7,23 @@ turf-flip

###Install
```sh
npm install turf-flip
```
###Parameters
|name|description|
|---|---|
|fc|a geojson feature or featurecollection|
###Usage
```js
flip(fc)
```
###Example
```js
var flip = require('turf-flip')

@@ -10,0 +30,0 @@ var polygon = require('turf-polygon')

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