
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Run the following command to install dependencies
npm install
Then run to run the script:
npm start -- <your args>
E.g.
npm start -- tags --count
npm run build
Then:
./bin/zotero-cli.js <your args>
E.g.
./bin/zotero-cli.js tags --count
Get help with
zotero-cli -h
Optional arguments:
-h, --help Show this help message and exit.
--api-key API_KEY
--config CONFIG
--user-id USER_ID
--group-id GROUP_ID
--indent INDENT
You can create a config.toml file as follows
api-key = "..."
group-id = 123
library-type = "group"
indent = 4
A file called zotero-cli.toml is picked up automatically.
Get help with
zotero-cli -h
which returns a set of commands, such as key,collection,collections,items,item,publications,trash,tags,searches,attachment,types,fields. You can get help on any of these with
zotero-cli <command> --help
e.g.
zotero-cli collection --help
FAQs
Command line for interacting with Zotero libraries
The npm package zotero-cli receives a total of 21 weekly downloads. As such, zotero-cli popularity was classified as not popular.
We found that zotero-cli 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.