Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sweepline-intersections

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sweepline-intersections - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

dist/sweeplineIntersections.esm.js

3

CHANGELOG.md

@@ -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

5

package.json
{
"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": [

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