point-in-polygon-hao
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "point-in-polygon-hao", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"type": "module", | ||
"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", | ||
"module": "dist/pointInPolygon.mjs", | ||
"main": "dist/cjs/index.cjs", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/esm/index.d.ts", | ||
"unpkg": "dist/pointInPolygon.min.js", | ||
"jsdelivr": "dist/pointInPolygon.min.js", | ||
"types": "index.d.ts", | ||
"scripts": { | ||
@@ -17,7 +18,9 @@ "bench": "npm run build && node test/bench.js", | ||
".": { | ||
"require": "./dist/pointInPolygon.cjs", | ||
"import": "./dist/pointInPolygon.mjs", | ||
"types": "./index.d.ts" | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.cjs" | ||
} | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"dependencies": { | ||
@@ -28,3 +31,2 @@ "robust-predicates": "^3.0.2" | ||
"@rollup/plugin-buble": "^1.0.3", | ||
"@rollup/plugin-commonjs": "^28.0.1", | ||
"@rollup/plugin-node-resolve": "^15.3.0", | ||
@@ -40,2 +42,3 @@ "@rollup/plugin-terser": "^0.4.4", | ||
"rollup": "^4.28.0", | ||
"rollup-plugin-copy": "^3.5.0", | ||
"vitest": "^2.1.6" | ||
@@ -42,0 +45,0 @@ }, |
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
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
Yes
15644
7
348
1