
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.
instadeploy
Advanced tools
npm install -g instadeploy
You can use either instadeploy or deploy cmd/terminal command.
Setup a new host
instadeploy add <unique_name> <host_ip> <username> <password> <unique_remote_path> <privateKey>
Ignore development folders (Ignore follows Minimatch's Glob Expressions Format)
instadeploy ignore ".gitignore" "node_modules/**" ".git/**" <pattern4> <pattern5> ...
Watch a folder (use -v or -verbosity to get accurate input)
instadeploy watch <local_path> <common_remote_path>
Remove a host
instadeploy remove <name>
Remove an ignore pattern
instadeploy allow <pattern>
Instance -> InstaDeploy(Array:ObjectsHosts, Options) Example:
var fs = require('fs');
var InstaDeploy = require('instadeploy');
var Deployer = new InstaDeploy([
{ name: 'test', host: '127.0.0.1', port: 8085, username: 'root', password: 'test', path: 'uploads', privateKey: fs.readFileSync('/path/to/key') },
{ name: 'host2', host: '127.0.0.1', port: 8045, username: 'notroot', password: 'test2', path: 'test', privateKey: fs.readFileSync('/path/to/key2') }
], {
ignore: ['node_modules\\**', '.gitignore']
})
Note: If a password is not provided the user will be prompted for it. To disable this pass a 'noprompt' attribute with every remote connection object that is passed to InstaDeploy.
MIT © Schahriar SaffarShargh - Full License
FAQs
Instantly Deploy a folder to multiple servers
The npm package instadeploy receives a total of 3 weekly downloads. As such, instadeploy popularity was classified as not popular.
We found that instadeploy 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.