
Security News
/Research
Popular node-ipc npm Package Infected with Credential Stealer
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.
@slimio/json-diff
Advanced tools
Differentiates JSON in you terminal with color.
This package is available in the Node Package Repository and can be easily installed with npm or yarn.
$ npm i @slimio/json-diff
# or
$ yarn add @slimio/json-diff
const jsonDiff = require("@slimio/json-diff");
const json1 = {
number: 10,
array: ["x", "y", "z"]
}
const json2 = {
number: 20,
array: ["x", "y", "w"]
}
jsonDiff(json1, json2);
It will produce the following stdout:

Stdout the difference between two JSON Object. Available options is described by the following TypeScript interface
interface Options {
color?: boolean;
}
| Name | Refactoring | Security Risk | Usage |
|---|---|---|---|
| kleur | Minor | Low | TTY color |
MIT
FAQs
Stdout difference from two JS Objects in the TTY
The npm package @slimio/json-diff receives a total of 9 weekly downloads. As such, @slimio/json-diff popularity was classified as not popular.
We found that @slimio/json-diff demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers 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
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.