point-in-polygon-hao
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "point-in-polygon-hao", | ||
"version": "1.2.1", | ||
"type": "module", | ||
"version": "1.2.2", | ||
"description": "A point in polygon based on the paper Optimal Reliable Point-in-Polygon Test and Differential Coding Boolean Operations on Polygons", | ||
"main": "dist/pointInPolygon.cjs.js", | ||
"module": "dist/pointInPolygon.esm.js", | ||
"main": "dist/pointInPolygon.cjs", | ||
"module": "dist/pointInPolygon.mjs", | ||
"unpkg": "dist/pointInPolygon.min.js", | ||
@@ -16,2 +15,9 @@ "jsdelivr": "dist/pointInPolygon.min.js", | ||
}, | ||
"exports": { | ||
".": { | ||
"require": "./dist/pointInPolygon.cjs", | ||
"import": "./dist/pointInPolygon.mjs", | ||
"types": "./index.d.ts" | ||
} | ||
}, | ||
"dependencies": { | ||
@@ -18,0 +24,0 @@ "robust-predicates": "^3.0.2" |
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
23906
0
No