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.
@thinkmill/shed
Advanced tools
A series of simple scripts (aka recipes) to scaffold up a project with Thinkmill specific conventions.
node >=8
yarn
# If you don't have it, `brew install yarn`
$ npx @thinkmill/shed
# or
$ npm i -g @thinkmill/shed
$ mkdir new-project && cd new-project
$ npx @thinkmill/shed
Your stock standard TM devDependencies
and config files.
# Dir structure
.
├── .babelrc
├── .circleci
│ └── config.yml
├── .editorconfig
├── .eslintignore
├── .eslintrc
├── .gitignore
├── .prettierrc
├── __test__
│ └── index.spec.js
├── package.json
└── yarn.lock
A stripped-down version of create-react-app.
It's easy to add or upgrade a recipe. There's 3 places you'll need to add your code:
./src/recipes
- Add your recipe to make sure Inquirer knows what to look for../src/config/[your-recipe-config]
- Amend or add any config to the config files.FAQs
Find all your bike shedding needs under one roof
The npm package @thinkmill/shed receives a total of 1 weekly downloads. As such, @thinkmill/shed popularity was classified as not popular.
We found that @thinkmill/shed demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 16 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.
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.