Socket
Socket
Sign inDemoInstall

@kodadot1/minipfs

Package Overview
Dependencies
4
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @kodadot1/minipfs

A set of tools to work with IPFS URIs.


Version published
Weekly downloads
171
Maintainers
2
Install size
903 kB
Created
Weekly downloads
 

Readme

Source

@kodadot1/minipfs

A set of tools to work with IPFS URIs.

npm version npm downloads Github Actions Codecov

minimark pokemon

🚀 Quick Start

Install package:

# npm
npm install @kodadot1/minipfs

# yarn
yarn install @kodadot1/minipfs

# pnpm
pnpm install @kodadot1/minipfs

Import:

// ESM
import { $obtain } from '@kodadot1/minipfs'

// CommonJS
const { $obtain } = require('@kodadot1/minipfs')

⚓️ Exported functions

✔️ Arweave

  • toArweavePath - Convert AR URI to Arweave HTTP URI

✔️ CID

  • isCID - is URI CID?
  • isHTTP - is URI HTTP?
  • isPath - is URI IPFS path?
  • toIPFSPath - Convert IPFS something to IPFS path
  • isDefaultPinataProvider - check if URI is default HTTPS Pinata gateway
  • canBeIPFS - check if URI can be IPFS path or IPFS CID
  • extractIPFS - convert ipfs:// prefixed URI to IPFS path

✔️ Gateways

  • IPFSProviders - named list of IPFS gateways
  • AvailableProviders - IPFSProviders Array
  • ipfsProviders: - Record of IPFSProviders and their URLs
  • getProviderList - convert IPFSProviders Array to URL Array

✔️ Magic

  • $obtain<T> - put any URI and get back your T (Put your Metadata type here)
  • $purify - put any URI and get sanitized HTTP URI

✔️ Obtain

  • obtain: - Wrapper around $fetch from ofetch
  • obtainSafe - Same as obtain but returns empty object if error
  • obtainFast - Same as obtain but throws Error after 8 seconds
  • obtainMedia - use for fetching media files
  • obtainMimeType - use for fetching mime type of file

✔️ Race

  • competition - put IPFS path, provider list and get back fastest response

✔️ Sanitize

  • sanitize - convert any URI into usable URI to fetch

...Rest

types and constants were exported as well, but omitted here.

💻 Development

  • Clone this repository
  • Enable Corepack using corepack enable (use npm i -g corepack for Node.js < 16.10)
  • Install dependencies using pnpm install
  • Run interactive tests using pnpm dev

License

Made with 💖

Published under MIT License.

FAQs

Last updated on 01 Mar 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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