New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

clean-pslg

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clean-pslg - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

10

clean-pslg.js

@@ -101,6 +101,8 @@ 'use strict'

// Convert crossings into tjunctions by constructing rational points
var ratPoints = floatPoints.map((p) => [
rat(p[0]),
rat(p[1])
])
var ratPoints = floatPoints.map(function(p) {
return [
rat(p[0]),
rat(p[1])
]
})
for (i = 0; i < crossings.length; ++i) {

@@ -107,0 +109,0 @@ var crossing = crossings[i]

2

package.json
{
"name": "clean-pslg",
"version": "1.1.1",
"version": "1.1.2",
"description": "Remove self intersections, t-junctions and duplicate edges/vertices from a planar straight line graph",

@@ -5,0 +5,0 @@ "main": "clean-pslg.js",

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