Security News
UK Officials Consider Banning Ransomware Payments from Public Entities
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
armand1m-development-toolkit
Advanced tools
This repo is a simple npm package with some tools I'm using for development needs.
This repo is a simple npm package with some tools I'm using for development needs.
The idea for this package came from the generators available in the react-boilerplate/react-boilerplate project.
Add plop
and armand1m-development-toolkit
to your project as development dependency:
$ npm install --save-dev plop armand1m-development-toolkit
Create a npm script to run it:
{
// ... package.json content,
"scripts": {
"generate": "plop --plopfile ./node_modules/armand1m-development-toolkit/index.js"
}
}
Run it
$ npm run generate
Ideas are always welcome. Open an issue if you use this package and think it could have more generators.
When possible, try creating a PR ;)
Asks you for:
Gives you:
A folder with the specified component name into the specified destiny, with this file structure:
Attention:
@storybook/react
module instead of @kadira/storybook
.prop-types
module instead of React.PropTypes
.classnames
module in your project.enzyme
module in your tests.jest
as test runner.
mocha
or jasmine
as well.)./**/*.stories.js
to load into the storybook.
FAQs
This repo is a simple npm package with some tools I'm using for development needs.
We found that armand1m-development-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.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.