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.16 to 3.1.17

2

CHANGELOG.md
# Change Log
- **Last updated**: 2022-11-30T22:27:38Z
- **Last updated**: 2022-12-16T12:52:25Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -5,0 +5,0 @@

/**
* Type alias for a 4-tuple of {@link Edge} instances.
*/
export declare type QuadEdge<T> = [Edge<T>, Edge<T>, Edge<T>, Edge<T>];
export type QuadEdge<T> = [Edge<T>, Edge<T>, Edge<T>, Edge<T>];
/**

@@ -6,0 +6,0 @@ * Main edge / quadedge factory function. Use this in preference of direct

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

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

],
"author": "Karsten Schmidt <k+npm@thi.ng>",
"author": "Karsten Schmidt (https://thi.ng)",
"license": "Apache-2.0",

@@ -38,11 +38,11 @@ "scripts": {

"dependencies": {
"@thi.ng/errors": "^2.2.5"
"@thi.ng/errors": "^2.2.6"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.33.5",
"@thi.ng/testament": "^0.3.6",
"@microsoft/api-extractor": "^7.33.7",
"@thi.ng/testament": "^0.3.7",
"rimraf": "^3.0.2",
"tools": "^0.0.1",
"typedoc": "^0.23.20",
"typescript": "^4.8.4"
"typedoc": "^0.23.22",
"typescript": "^4.9.4"
},

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

},
"gitHead": "1fe40da507070653f420156d91e6b27cf682004f\n"
"gitHead": "f445a9cc8022bcdebbf6ff91fd66ced016d72f01\n"
}
<!-- This file is generated - DO NOT EDIT! -->
# ![quad-edge](https://media.thi.ng/umbrella/banners-20220914/thing-quad-edge.svg?0079fd4c)
# ![@thi.ng/quad-edge](https://media.thi.ng/umbrella/banners-20220914/thing-quad-edge.svg?0079fd4c)
[![npm version](https://img.shields.io/npm/v/@thi.ng/quad-edge.svg)](https://www.npmjs.com/package/@thi.ng/quad-edge)
![npm downloads](https://img.shields.io/npm/dm/@thi.ng/quad-edge.svg)
[![Twitter Follow](https://img.shields.io/twitter/follow/thing_umbrella.svg?style=flat-square&label=twitter)](https://twitter.com/thing_umbrella)
[![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)

@@ -23,3 +23,3 @@ This project is part of the

Quadedge data structure after Guibas & Stolfi.
Quadedge data structure after Guibas & Stolfi

@@ -65,7 +65,4 @@ See the related

```text
# with flag only for < v16
node --experimental-repl-await
> const quadEdge = await import("@thi.ng/quad-edge");
```js
const quadEdge = await import("@thi.ng/quad-edge");
```

@@ -87,3 +84,3 @@

Karsten Schmidt
- [Karsten Schmidt](https://thi.ng)

@@ -103,2 +100,2 @@ If this project contributes to an academic publication, please cite it as:

&copy; 2015 - 2022 Karsten Schmidt // Apache Software License 2.0
&copy; 2015 - 2022 Karsten Schmidt // Apache License 2.0
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