Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Common functions for local or over ssh backup. Not a full nodejs implementation. Use shell exec
var backmeup = require('backmeup');
backmeup.backup({
source: '/etc' | ['/etc/' , '/home/file1']
destination: '/tmp'
archive: false (true by default)
filename: 'toto.tgz' (filename of archive if true, timestamp by default)
compress: true (false by default, ignored if archive is false)
algorithm: 'gzip | bzip2 | lzma' (gzip by default)
cleanup: true (false by default, will delete source)
}, function(err, info){
info.filename.should.eql('etc-*.tgz');
});
FAQs
Common functions for local or over ssh backup. Not a full nodejs implementation. Use shell exec
The npm package backmeup receives a total of 242 weekly downloads. As such, backmeup popularity was classified as not popular.
We found that backmeup 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
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.