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

linkdex

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linkdex - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

24

package.json
{
"name": "linkdex",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",

@@ -11,3 +11,3 @@ "description": "An index mapping block CID to linked block CID.",

"bin": {
"linkdex": "./bin.js"
"linkdex": "bin.js"
},

@@ -42,3 +42,21 @@ "files": [

"typescript": "^4.8.2"
}
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/web3-storage/linkdex.git"
},
"keywords": [
"index",
"IPLD",
"links",
"CID",
"DAG"
],
"bugs": {
"url": "https://github.com/web3-storage/linkdex/issues"
},
"homepage": "https://github.com/web3-storage/linkdex#readme"
}

6

README.md

@@ -5,4 +5,2 @@ # linkdex

Origin story: https://gist.github.com/alanshaw/876aafba676b13890398500b96f82d8e
## Usage

@@ -45,7 +43,6 @@

```console
./bin.js print --mermaid ~/Code/olizilla/cardex-cli/lols.car
linkdex print --mermaid lols.car
```
```mermaid
graph TD

@@ -60,3 +57,2 @@

bafybeif5xvhik6thha5ykg3g73jo3mqd5mhb7orzeznnvwquashmwryhai --> bafkreigr3beehu5ebbgoisx4rl2vyaqebmohubauc6avefodb5jauz3tyi
```

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