
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
@architower/prettier-config
Advanced tools
Our prettier config with TailwindCSS support & import sorting
If you just want to apply config in your repository, add key in package.json:
{
"name": "my-cool-library",
"version": "9000.0.1",
"prettier": "@company/prettier-config"
}
If you don’t want to use package.json, you can use any of the supported
extensions to export a string, e.g. .prettierrc.json:
"@company/prettier-config"
At first make a local copy of this repository, then install all the dependencies
using pnpm or package manager of your choice:
git clone git@github.com:ArchiTower/prettier-config.git
cd prettier-config
pnpm i
Then, create a branch, make your changes in code, commit it following gitmoji & conventional commits styles.
After that, push it and then create a
Pull Request with target
to develop branch.
In our repositories we're following the simple solution:
main branch represents stable releases of the libraries or production
environment of released applicationsdevelop branch is for release candidates, betas etc. Here we developing
solution - library or app.FAQs
Architower's Prettier config
We found that @architower/prettier-config 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
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.