
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.
node-devproxy
Advanced tools
An HTTP proxy which could replace http requests with local files by rules
npm install -g node-devproxy
this command will install a global tool named "devproxy" to your system
in your working directory, run :
devproxy -init
devproxy path/to/rules.ini
SYNTAX:
URL LOCALFILE [method]
where:
URL is the file url on server
LOCALFILE is the replacement file on local disk
method is optional, could only be GET or POST. default is GET
in URL,
you can use * to represent any character ( except / )
you can use *** to represent any character ( including / )
in LOCALFILE,
you can use * to represent any file name ( only in that folder )
you can use *** to represent any file name ( including in sub-folder )
when using * or ***, files will only be replaced if there is a local file with the same name
EXAMPLES:
http://www.google.com/js/jquery.js /var/www/googlejs/jquery.js
http://www.google.com/js/* /var/www/googlejs/*
http://www.google.com/js/*** /var/www/googlejs/***
MORE EXAMPLES AND SETTINGS COULD BE FOUND IN rule-example.ini or create an example at your working directory using devproxy -init
FAQs
An HTTP proxy which could replace http requests with local files by rules
The npm package node-devproxy receives a total of 4 weekly downloads. As such, node-devproxy popularity was classified as not popular.
We found that node-devproxy 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.