Socket
Socket
Sign inDemoInstall

@no-day/fp-ts-graph

Package Overview
Dependencies
43
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0-rc.2 to 0.1.0

6

package.json
{
"name": "@no-day/fp-ts-graph",
"version": "0.1.0-rc.2",
"version": "0.1.0",
"homepage": "https://github.com/no-day/fp-ts-graph",
"main": "dist/index.js",
"main": "dist/src/index.js",
"module": "src/index.ts",
"types": "dist/index.d.ts",
"types": "dist/src/index.d.ts",
"license": "MIT",

@@ -9,0 +9,0 @@ "peerDependencies": {

@@ -5,6 +5,2 @@ # fp-ts-graph

The graph is directed and cyclic. Currently multi-edges are not allowed.
In the future a granular distinction of graph qualities may be supported, see roadmap.
```ts

@@ -14,2 +10,10 @@ type Graph<Id, Edge, Node> = ...

| Quality | y/n |
| -------------- | --- |
| directed | yes |
| cyclic | yes |
| multiple edges | no |
In the future a granular distinction of graph qualities may be supported, see roadmap.
### Table of Contents

@@ -31,2 +35,4 @@

## What it is
## What it's not

@@ -33,0 +39,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc