
Research
/Security News
Malicious npm Packages Target WhatsApp Developers with Remote Kill Switch
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
mastodon-cli
Advanced tools
A Mastodon client to store and process Toots
yarn install
cp .env-example .env
./bin/mastodon-cli.js
--account <account_id>
: Return toots of a specific account--url <url>
: Mastodon host (e.g. https://openbiblio.social)--token <access_token>
: Mastodon access token generated for his application (see. your Mastoson profile, configuration, development)--inbox <path|stdout>
: When to store the notifications--exclude <types>
: A selection of notification types to ignore--history <file>
: Keep a history file containing the last seen since id--limit <num>
: The maximum number of notifications to retrieve--id <id>
: Retrieve one notification by id--since <id>
: Retrieve notifications created since some id--older <id>
: Retrieve notifications older than some id--serialize <ouput>
: What to serialize? 'as2': ActivityStreams2 (fetched from remote) , 'native': Megalodon processed JSON--handler <handler>
: Handler JS file that can preprocess the generated outputSee .env-example
for possible environmment variables that can be set.
Rename to .env
to set a default environment.
FAQs
A mastodon client
The npm package mastodon-cli receives a total of 3 weekly downloads. As such, mastodon-cli popularity was classified as not popular.
We found that mastodon-cli demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.