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.3.1 to 1.4.0

types.d.ts

7

package.json
{
"name": "sweepline-intersections",
"version": "1.3.1",
"version": "1.4.0",
"description": "A module to check if a polygon self-intersects using a sweepline algorithm",

@@ -9,2 +9,3 @@ "main": "dist/sweeplineIntersections.js",

"jsdelivr": "dist/sweeplineIntersections.min.js",
"typings": "types.d.ts",
"scripts": {

@@ -18,3 +19,4 @@ "bench": "npm run build && node test/benchmark.js",

"files": [
"dist/"
"dist/",
"types.d.ts"
],

@@ -40,2 +42,3 @@ "ava": {

"@rollup/plugin-strip": "^1.3.2",
"@types/geojson": "7946.0.8",
"ava": "^1.0.1",

@@ -42,0 +45,0 @@ "benchmark": "^2.1.4",

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