
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
@tonydinh/react-toolkit
Advanced tools
React Toolkit is a collection of re-useable React components. See the documentation here.
The guide below explains how one might integrate this module using webpack as a module bundler.
$ npm install --save @tonydinh/react-toolkit
It might be useful to configure webpack with an alias for resolving the components in this module.
// webpack.config.js
const config = {
...
resolve: {
alias: {
"react-toolkit": 'node_modules/@tonydinh/react-toolkit/dist/components'
}
}
}
With the configuration above, we can import components from the module with:
import Button from 'react-toolkit/button'
The module supports the latest Node LTS.
Once you have cloned the repository, run the following at the $PROJECT_ROOT
to start the development server.
$ npm i && npm start
FAQs
A collection of reusable react components.
The npm package @tonydinh/react-toolkit receives a total of 8 weekly downloads. As such, @tonydinh/react-toolkit popularity was classified as not popular.
We found that @tonydinh/react-toolkit demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.