Socket
Book a DemoInstallSign in
Socket

@kodadot1/hyperdata

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kodadot1/hyperdata

Get unified NFT content

Source
npmnpm
Version
0.0.1-rc.6
Version published
Maintainers
2
Created
Source

@kodadot1/hyperdata

npm version npm downloads Github Actions Codecov

Magic static void main

Usage

Install package:

# npm
npm install @kodadot1/hyperdata

# yarn
yarn add @kodadot1/hyperdata

# pnpm
pnpm install @kodadot1/hyperdata

Import:

// ESM
import * as static from "@kodadot1/hyperdata";

// CommonJS
const static = require("@kodadot1/hyperdata");

Available files

🔧 normalize

Unifying data structure into one format

  • attributeFrom - unify attribute to one format
  • contentFrom - unify metadata to one format
  • normalize - sanitize content fields to one format

🔧 utils

Misc utils for manipulating with data

🔧 types

Misc types for metadata namely:

License

Made with 💛

Published under MIT License.

FAQs

Package last updated on 16 Nov 2024

Did you know?

Socket

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