
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.
consoletablerc
Advanced tools
The assertrc is an alternative shorthanded assert collection.
##init
const assertManager = new (require('./index.js')).base();
assertManager.check(
'1', // value
`===`, // rule
'1' // sample
);
assertManager.tests({
'id':'value',
'id2':'value2'
});
| tac | Description |
|---|---|
| == | Equal |
| eq | Equal |
| e | Equal |
| equal | Equal |
| equale | Equal |
| !== | Not equal |
| neq | Not equal |
| ne | Not equal |
| notequal | Not equal |
| notequale | Not equal |
| === | Equal with type |
| eqt | Equal with type |
| et | Equal with type |
| qt | Equal with type |
| equaltype | Equal with type |
| equaletype | Equal with type |
| !=== | Not equal with type |
| neqt | Not equal with type |
| net | Not equal with type |
| nqt | Not equal with type |
| notequaltype | Not equal with type |
| notequaletype | Not equal with type |
| j== | Deep Equal |
| jeq | Deep Equal |
| je | Deep Equal |
| jsonequal | Deep Equal |
| jsonequale | Deep Equal |
| ==j | Deep Equal |
| eqj | Deep Equal |
| ej | Deep Equal |
| equaljson | Deep Equal |
| equalejson | Deep Equal |
| > | Greater |
| greater | Greater |
| more | Greater |
| higher | Greater |
| bigger | Greater |
| biger | Greater |
| larger | Greater |
| < | Less |
| less | Less |
| lower | Less |
| smaller | Less |
| smaler | Less |
| length | Length |
| v== | Value equal |
| veq | Value equal |
| ve | Value equal |
| valueequal | Value equal |
| valueequale | Value equal |
| v!== | Value not equal |
| vneq | Value not equal |
| vne | Value not equal |
| valuenotequal | Value not equal |
| valuenotequale | Value not equal |
| v=== | Value equal with type |
| veqt | Value equal with type |
| vet | Value equal with type |
| vqt | Value equal with type |
| valueequaltype | Value equal with type |
| valueequaletype | Value not equal with type |
| v!=== | Value not equal with type |
| vneqt | Value not equal with type |
| vnet | Value not equal with type |
| vnqt | Value not equal with type |
| valuenotequaltype | Value not equal with type |
| valuenotequaletype | Value not equal with type |
| vj== | Value deep equal |
| vjeq | Value deep equal |
| vje | Value deep equal |
| valuejsonequal | Value deep equal |
| valuejsonequale | Value deep equal |
| v==j | Value deep equal |
| veqj | Value deep equal |
| vej | Value deep equal |
| valueequaljson | Value deep equal |
| valueequalejson | Value deep equal |
FAQs
console table
We found that consoletablerc 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.