point-in-big-polygon
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "point-in-big-polygon", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Industrial strength point in polygon test", | ||
@@ -10,3 +10,3 @@ "main": "pnp-big.js", | ||
"dependencies": { | ||
"binary-search-bounds": "^1.0.0", | ||
"binary-search-bounds": "^2.0.0", | ||
"interval-tree-1d": "^1.0.1", | ||
@@ -13,0 +13,0 @@ "robust-orientation": "^1.1.3", |
@@ -10,3 +10,3 @@ point-in-big-polygon | ||
```javascript | ||
var preprocessPolygon = require("point-in-big-polygon") | ||
var preprocessPolygon = require('point-in-big-polygon') | ||
@@ -13,0 +13,0 @@ //Define the polygon loops |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
11390
6
- Removedbinary-search-bounds@1.0.0(transitive)
Updatedbinary-search-bounds@^2.0.0