
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@internalfx/arangler
Advanced tools
A command line tool to ease development and administration.
Doesn't ArangoDB already have dump
and restore
commands for handling this?
Arangler's sync
command can dump and restore in one step (even to remote databases). sync
can also target a different database on the same server. It runs a hashing function on the collections in both databases and only modifies the data that is different, saving tons of bandwidth and time.
Special thanks to Arthur Andrew Medical for sponsoring this project.
Arthur Andrew Medical manufactures products with ingredients that have extensive clinical research for safety and efficacy. We specialize in Enzymes, Probiotics and Antioxidants.
Requires nodejs v8+
npm install -g @internalfx/arangler
arangler sync
Synchronizes collections, indexes and data from the source database to the target database. The target database is modified to match the source.
Arangler Sync
==============================
Sync two ArangoDB databases.
Usage:
arangler sync [options]
arangler sync --sh host[:port] --th host[:port] --sd dbName --td dbName
arangler sync -h | --help
Options:
--sh, --sourceHost=<host[:port]> Source host, defaults to 'localhost:8529'
--th, --targetHost=<host[:port]> Target host, defaults to 'localhost:8529'
--sd, --sourceDB=<dbName> Source database
--td, --targetDB=<dbName> Target database
--pc, --pickCollections=<coll1,coll2> Comma separated list of collections to sync (whitelist)
--oc, --omitCollections=<coll1,coll2> Comma separated list of collections to ignore (blacklist)
Note: '--pc' and '--oc' are mutually exclusive options.
--user Source and Target username
--password Source and Target password
--su Source username, overrides --user
--sp Source password, overrides --password
--tu Target username, overrides --user
--tp Target password, overrides --password
FAQs
An ArangoDB management tool
The npm package @internalfx/arangler receives a total of 0 weekly downloads. As such, @internalfx/arangler popularity was classified as not popular.
We found that @internalfx/arangler 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.