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 3.1.37 to 3.1.39

8

CHANGELOG.md
# Change Log
- **Last updated**: 2023-10-23T07:37:37Z
- **Last updated**: 2023-11-09T10:28:19Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -12,2 +12,8 @@

### [3.1.38](https://github.com/thi-ng/umbrella/tree/@thi.ng/quad-edge@3.1.38) (2023-11-09)
#### ♻️ Refactoring
- update all tests (packages A-S) ([e3085e4](https://github.com/thi-ng/umbrella/commit/e3085e4))
## [3.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/quad-edge@3.1.0) (2021-11-17)

@@ -14,0 +20,0 @@

@@ -26,2 +26,5 @@ import { assert } from "@thi.ng/errors/assert";

export class Edge {
id;
parent;
origin;
constructor(parent, id) {

@@ -32,2 +35,6 @@ this.parent = parent;

/**
* Next CCW edge from this edge's origin.
*/
onext;
/**
* Next CW edge from this edge's origin.

@@ -34,0 +41,0 @@ */

17

package.json
{
"name": "@thi.ng/quad-edge",
"version": "3.1.37",
"version": "3.1.39",
"description": "Quadedge data structure after Guibas & Stolfi",

@@ -31,16 +31,15 @@ "type": "module",

"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
"doc:readme": "yarn doc:stats && tools:readme",
"doc:stats": "tools:module-stats",
"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
"pub": "yarn npm publish --access public",
"test": "testament test"
"test": "bun test"
},
"dependencies": {
"@thi.ng/errors": "^2.4.0"
"@thi.ng/errors": "^2.4.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.0",
"@thi.ng/testament": "^0.3.24",
"@microsoft/api-extractor": "^7.38.2",
"@thi.ng/testament": "^0.4.1",
"rimraf": "^5.0.5",
"tools": "^0.0.1",
"typedoc": "^0.25.2",
"typedoc": "^0.25.3",
"typescript": "^5.2.2"

@@ -82,3 +81,3 @@ },

},
"gitHead": "dc7eeaba72f3c3977f2d6cc201e595ed6d68e2ad\n"
"gitHead": "669a3151e4302480244fe3e60eff5e732ea5b7a7\n"
}

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

Package sizes (brotli'd, pre-treeshake): ESM: 473 bytes
Package sizes (brotli'd, pre-treeshake): ESM: 559 bytes

@@ -72,0 +72,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