Socket
Socket
Sign inDemoInstall

@turf/intersect

Package Overview
Dependencies
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/intersect - npm Package Compare versions

Comparing version 3.7.3 to 3.7.5

4

index.js

@@ -12,3 +12,3 @@ // depend on jsts for now http://bjornharrtell.github.io/jsts/

* @example
* var poly1 = polygon([[
* var poly1 = turf.polygon([[
* [-122.801742, 45.48565],

@@ -21,3 +21,3 @@ * [-122.801742, 45.60491],

*
* var poly2 = polygon([[
* var poly2 = turf.polygon([[
* [-122.520217, 45.535693],

@@ -24,0 +24,0 @@ * [-122.64038, 45.553967],

{
"name": "@turf/intersect",
"version": "3.7.3",
"version": "3.7.5",
"description": "find the intersection of spatial features",

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

@@ -15,3 +15,3 @@ # @turf/intersect

```javascript
var poly1 = polygon([[
var poly1 = turf.polygon([[
[-122.801742, 45.48565],

@@ -24,3 +24,3 @@ [-122.801742, 45.60491],

var poly2 = polygon([[
var poly2 = turf.polygon([[
[-122.520217, 45.535693],

@@ -27,0 +27,0 @@ [-122.64038, 45.553967],

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