
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.
adon-parser
Advanced tools
This is a parser generated by PEG.js for my custom object notation syntax.
npm install adon-parser
or
yarn add adon-parser
My notation is a bit lighter on quotes than JSON and in a millennium first (sarcasm) accepts identifiers with whitespace between each word.
These are some examples of the syntax (no real world use cases, just examples).
Config = {
Title = "This is an example of the syntax"
Port = 8080
Routes = [
{
Pattern = "/"
File = "/src/index.html"
}
{
Pattern = "/about"
File = "/src/about.html"
}
]
Another List [
1, 2, 3
4, 5,
6
7
{
First Prop = 12 kg
}
]
Proposition1 1 1.0 = "This works"
Front End Framework = React JS
Back End Framework = Express JS
}
TODO: For now see the grammar file.
FAQs
Antonio De Lucreziis's Object Notation
We found that adon-parser 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.