Security News
NVD Backlog Tops 20,000 CVEs Awaiting Analysis as NIST Prepares System Updates
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
@sort/react-components
Advanced tools
🧪 This project is currently in ALPHA which means you can expect bugs and API changes.
Feedback? Let us know by opening an issue.
React components created to simplify web3 UI application development.
Note: To use these components you'll need a free Sort API key.
npm install @sort/react-components
or load from the unpkg CDN:
<script src="https://unpkg.com/@sort/react-components/lib/index.js"></script>
Execute a SQL query and display as a table
import { SQLQuery } from "@sort/react-components";
<SQLQuery
query="select * from polygon.transaction where to_address='0xd1f9c58e33933a993a3891f8acfe05a68e1afc05' order by block_id desc"
api_key="API_KEY"
/>
Explore the interactive example.
Show your latest transactions in a table
import { LatestTransactions } from "@sort/react-components";
<LatestTransactions
contract_address="0xd1f9c58e33933a993a3891f8acfe05a68e1afc05"
chain="polygon"
api_key="API_KEY"
theme="dark"
/>
Explore the interactive example.
Visualize real-time contract events
import { PushNotifications } from "@sort/react-components";
<PushNotifications
contract_address="0xd1f9c58e33933a993a3891f8acfe05a68e1afc05"
contract_function=""
num={10}
/>
Explore the interactive example
🧪 This project is currently in ALPHA which means you can expect bugs and API changes. Feedback? Please let us know by opening an issue.
Find out more about what you can build using Sort today at https://docs.sort.xyz.
If you believe you have found a security vulnerability, we encourage you to responsibly disclose this and not open a public issue. We will investigate all legitimate reports. Email security@sort.xyz to disclose any security vulnerabilities.
npm run build
# do this in this repo
npm run link
# do this in your project
npm run link @sort/react-components
if everything works as expected, go ahead and make the commit
We use conventional commits, if you're not familiar with it, please take a look as it will determine the type of release that is created.
FAQs
React components for Sort
The npm package @sort/react-components receives a total of 1 weekly downloads. As such, @sort/react-components popularity was classified as not popular.
We found that @sort/react-components demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
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.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.