Socket
Socket
Sign inDemoInstall

turf-inside

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

turf-inside - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

package.json
{
"name": "turf-inside",
"version": "0.1.3",
"version": "0.1.4",
"description": "turf inside module",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -7,3 +7,24 @@ turf-inside

###Install
```sh
npm install turf-inside
```
###Parameters
|name|description|
|---|---|
|point|A FeatureCollection of Point Features|
|polygon|Determines if the point is inside the polygon or not|
###Usage
```js
inside(pt, poly)
```
###Example
```js
var inside = require('turf-inside')

@@ -10,0 +31,0 @@ var point = require('turf-point')

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