
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.
JSON cli tools
npm install -g @aux4/json
Merge multiple json files into one.
$ aux4-json merge file1.json file2.json ... > merged.json
Group json file by an id (one or multiple fields). Combine the other fields into an array.
$ cat file.json | aux4-json group --id field1,field2 > grouped.json
Indexes json file by an id (one or multiple fields).
$ cat file.json | aux4-json index --id field1,field2 > indexed.json
Collect multiple json from stream into one array.
$ process that streams json | aux4-json collect > collected.json
Get value from json file by path. Don't forget to escape the $.
$ cat file.json | aux4-json get \$.path.to.value
Inline json file into a single line.
$ cat file.json | aux4-json inline > inlined.json
Pretty print json file.
$ cat file.json | aux4-json pretty > pretty.json
FAQs
JSON cli tools
We found that @aux4/json 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.