Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
@personare/slush-react-component-generator
Advanced tools
A slush generator for create a React component in isolation.
A slush generator for create a React component in isolation
The idea of creating this generator components was based on the design structure them in isolation. Where we believe the web should be built this way. It is customized based on some current needs and preferences of Personare but you can easily change.
Feel free to suggest improvements =]
To define the structure we use an internal process called DSS (Design Structure Sprint) that through a short sprint it allows us to stay focused and aligned with the solution.
React Storybook - to tell stories with different behaviors of the component and provide an example page.
├── .babelrc
├── .editorconfig
├── .eslintrc.json
├── .github
│ ├── ISSUE_TEMPLATE.md
│ └── PULL_REQUEST_TEMPLATE.md
├── .gitignore
├── .scrutinizer.yml | .travis.yml | circle.yml
├── .storybook
│ ├── config.js
│ ├── webpack.config.js
│ └── webpack.dist.config.js
├── README.md
├── contributing.md
├── package.json
├── src
│ ├── MyFirstComponent.css
│ ├── MyFirstComponent.js
│ └── MyFirstComponent.story.js
└── tests
├── MyFirstComponent.test.js
└── mock-browser.js
After install the requirements, run the following command:
[sudo] npm i -g @personare/slush-react-component-generator
Create a new folder for your project:
mkdir my-first-component && cd my-first-component
Run the generator:
slush react-component-generator
This generator was made with love by contributors.
| --- | --- | --- | --- | --- | --- | --- Cauê Alves |
| --- | --- | --- | --- | --- | --- | --- Pedro Gustavo | Abilio Bittencourt
FAQs
A slush generator for create a React component in isolation.
We found that @personare/slush-react-component-generator 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.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.