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

@thi.ng/quad-edge

Package Overview
Dependencies
Maintainers
1
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/quad-edge - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [2.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/quad-edge@2.0.1...@thi.ng/quad-edge@2.0.2) (2021-10-15)
**Note:** Version bump only for package @thi.ng/quad-edge
## [2.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/quad-edge@2.0.0...@thi.ng/quad-edge@2.0.1) (2021-10-13)

@@ -8,0 +16,0 @@

15

index.js

@@ -18,2 +18,6 @@ let NEXT_ID = 0;

export class Edge {
constructor(parent, id) {
this.parent = parent;
this.id = id;
}
/**

@@ -44,14 +48,3 @@ * Main edge / quadedge factory function. Use this in preference of

}
id;
parent;
origin;
constructor(parent, id) {
this.parent = parent;
this.id = id;
}
/**
* Next CCW edge from this edge's origin.
*/
onext;
/**
* Next CW edge from this edge's origin.

@@ -58,0 +51,0 @@ */

{
"name": "@thi.ng/quad-edge",
"version": "2.0.1",
"version": "2.0.2",
"description": "Quadedge data structure after Guibas & Stolfi",

@@ -37,3 +37,3 @@ "type": "module",

"devDependencies": {
"@thi.ng/testament": "^0.1.1"
"@thi.ng/testament": "^0.1.2"
},

@@ -74,3 +74,3 @@ "keywords": [

},
"gitHead": "2e6b3d7c0f4c5686c1e9bdb4902ed7d3f90bcc19"
"gitHead": "3c5f903104da150588946a94bb118ad559ad395d"
}

@@ -71,3 +71,3 @@ <!-- This file is generated - DO NOT EDIT! -->

Package sizes (gzipped, pre-treeshake): ESM: 505 bytes
Package sizes (gzipped, pre-treeshake): ESM: 495 bytes

@@ -74,0 +74,0 @@ ## Dependencies

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