Socket
Socket
Sign inDemoInstall

@rimbu/graph-arrow-valued

Package Overview
Dependencies
6
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.10 to 0.5.11

src/arrow/arrow-valued-graph-base.ts

25

package.json
{
"name": "@rimbu/graph-arrow-valued",
"version": "0.5.10",
"version": "0.5.11",
"description": "Immutable Graph data structures for TypeScript",

@@ -43,3 +43,4 @@ "keywords": [

"files": [
"dist"
"dist",
"src"
],

@@ -61,15 +62,9 @@ "scripts": {

"sideEffects": false,
"devDependencies": {
"@types/jest": "^26.0.23",
"jest": "^26.6.3",
"ts-jest": "^26.5.5",
"typescript": "^4.2.4"
},
"dependencies": {
"@rimbu/collection-types": "^0.5.10",
"@rimbu/common": "^0.5.8",
"@rimbu/graph": "^0.5.10",
"@rimbu/hashed": "^0.5.10",
"@rimbu/sorted": "^0.5.10",
"@rimbu/stream": "^0.5.10"
"@rimbu/collection-types": "^0.5.11",
"@rimbu/common": "^0.5.9",
"@rimbu/graph": "^0.5.11",
"@rimbu/hashed": "^0.5.11",
"@rimbu/sorted": "^0.5.11",
"@rimbu/stream": "^0.5.11"
},

@@ -79,3 +74,3 @@ "publishConfig": {

},
"gitHead": "ac4608d3221339352917943ef3513192ddef5a4f"
"gitHead": "0158eaad0dec4503e92cb308af952869d68faad5"
}

17

README.md

@@ -5,8 +5,13 @@ <p align="center">

# @rimbu/graph
# @rimbu/graph-arrow-valued
This package contains the implementations for the ArrowValuedGraph type. It was mainly split off to a seperate package from the `@rimbu/graph` package to descrease build time and memory usage.
This package exports the following types:
| Name | Description |
| ---- | ----------- |
| Name | Description |
| ------------------------------ | ------------------------------------------------------------------------------- |
| `ArrowValuedGraph<N, V>` | a generic directed valued graph with nodes of type N, and edge values of type V |
| `ArrowValuedGraphHashed<N, V>` | a valued directed graph with hashed nodes of type N, and edge values of type V |
| `ArrowvaluedGraphSorted<N, V>` | a valued directed graph with sorted nodes of type N, and edge values of type V |

@@ -19,7 +24,7 @@ ## Installation

`yarn add @rimbu/graph`
> `yarn add @rimbu/graph-arrow-valued`
or
`npm i @rimbu/graph`
> `npm i @rimbu/graph-arrow-valued`

@@ -41,4 +46,2 @@ ### recommended tsconfig settings

## Usage
## Author

@@ -45,0 +48,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc