Socket
Book a DemoInstallSign in
Socket

@kodadot1/if-that

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kodadot1/if-that

Implementation of conditional NFTs

latest
npmnpm
Version
0.0.1-rc.1
Version published
Maintainers
2
Created
Source

packageName

npm version npm downloads Github Actions Codecov

Package description

Usage

Install package:

# npm
npm install packageName

# yarn
yarn install packageName

# pnpm
pnpm install packageName

Import:

// ESM
import { } from 'packageName'

// CommonJS
const { } = require('packageName')

💻 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

Package last updated on 28 May 2022

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