Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Create React component with no configurations.
Inspired by create-vue-component, this is a fork repo.
yarn global add crc-test
create-react-component vue-xxx
# or type less
crc vue-xxx
# you can also create component in place
mkdir react-xxx && cd react-xxx
crc
src/index.js
: Your fancy componentexample/index.js
: Entry file of your demoyarn example
: Run the demo for your component (with Poi)yarn example:build
: Build the demo for your component (with Poi)yarn build
: Build your component (with Bili)yarn test
: Lint and test your component (with Tyu)yarn lint
: Lint only.The generated README.md
in your project contains the badges of npm version
, npm downloads
and circleci status
.
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
MIT License
minemine.cc · GitHub @luyilin · Twitter @luyilin12
FAQs
Create React component with no configurations.
We found that crc-test 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.