
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@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 researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.