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

turf-is-clockwise

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

turf-is-clockwise - npm Package Compare versions

Comparing version 0.0.2 to 0.1.2

4

package.json
{
"name": "turf-is-clockwise",
"version": "0.0.2",
"version": "0.1.2",
"description": "turf isClockwise module",

@@ -28,4 +28,4 @@ "main": "index.js",

"devDependencies": {
"tape": "^2.13.1"
"tape": "^2.13.4"
}
}

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

###Install
```sh
npm install turf-is-clockwise
```
###Parameters
|name|description|
|---|---|
|ring|an array of coordinates|
###Usage
```js
isClockwise(ring)
```
###Example
```js
var isClockwise = require('turf-is-clockwise')

@@ -10,0 +30,0 @@

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