sweepline-intersections
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -0,1 +1,4 @@ | ||
## 1.2.1 | ||
- Fix the missing dist folder from the package | ||
## 1.2.0 | ||
@@ -2,0 +5,0 @@ - Improve handling of detecting intersections across multiple rings |
{ | ||
"name": "sweepline-intersections", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A module to check if a polygon self-intersects using a sweepline algorithm", | ||
@@ -16,2 +16,5 @@ "main": "dist/sweeplineIntersections.js", | ||
}, | ||
"files": [ | ||
"dist/" | ||
], | ||
"ava": { | ||
@@ -18,0 +21,0 @@ "files": [ |
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
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
27379
411