New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

iotex-react-block-producers

Package Overview
Dependencies
Maintainers
8
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iotex-react-block-producers

block producer table

2.9.11
latest
Source
npm
Version published
Weekly downloads
102
100%
Maintainers
8
Weekly downloads
 
Created
Source

iotex-react-block-producers

Usage

Develop with dev server

npm run dev

Develop with your website

npm run build

# in your website
ln -s /Users/tp/projects/iotex-react-components/packages/iotex-react-block-producers ./node_modules/iotex-react-block-producers
# test
# run all tests
npm run test
# run a single test file
npm run ava ./path/to/test-file.js

To run a single test case, follow instructions here.

Scripts

  • npm run build: build source code from src to dist
  • npm publish: publish code to npm
  • npm run changelog-patch bump version patch (bug fixes)
  • npm run changelog-minor bump version minor (new features)
  • npm run changelog-major bump version major (breaking change)

FAQs

Package last updated on 24 Dec 2021

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