
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
henrybuilt-react-library
Advanced tools
henrybuilt-react-library
git clone https://github.com/henrybuilt/henrybuilt-react-library.git
npm install
npm link
npm test
npm i -g eslint babel-eslint eslint-config-henrybuilt eslint-config-react-app eslint-plugin-flowtype eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react
linter-eslint
package setting 'Use global'in henrybuilt-react-library you can run npm start at top level (to basically watch for changes), navigate to ./example, and run npm start (to run a development server)
The first time you do it, you’ll need to run npm install in ./example
this should be added to every time a new component is added - I did this for Farhad’s data and time-picker. It’s a good way to manually test without linking.
npm install --save henrybuilt-react-library
import {Form, .....} from 'henrybuilt-react-library'
npm link henrybuilt-react-library
2. npm start
- IMPORTANT to restart the dev server after linking if it's already runningnpm link
1. npm start
FAQs
## Development Setup
We found that henrybuilt-react-library demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.