
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
power-assert-renderer-comparison
Advanced tools
Produces comparison of expected and actual values of BinaryExpression
.
assert(a.name === 'bar')
--- [string] 'bar'
+++ [string] a.name
@@ -1,3 +1,3 @@
-bar
var ComparisonRenderer = require('power-assert-renderer-comparison');
type | default value |
---|---|
function | stringifier module |
Function to stringify any target value.
type | default value |
---|---|
number | 2 |
Depth of object traversal. If object depth is greater than maxDepth
, compound object (IOW, Array
or object
) will be pruned with #
like ["foo",#Array#,#Object#]
.
type | default value |
---|---|
string | "\n" |
Line separator in power assert output.
type | default value |
---|---|
string | "Object" |
Type name to show when target object is created by anonymous constructor.
type | default value |
---|---|
string | "#@Circular#" |
Name to show when target object is detected as circular structure.
type | default value |
---|---|
function | udiff.js |
Function to create diff string between two strings.
type | default value |
---|---|
number | 5 |
Threshold to show diff at character level or line level. If number of lines in target string is greater than lineDiffThreshold
, then line diff mode will be used to show diff output.
$ npm install --save-dev power-assert-renderer-comparison
Licensed under the MIT license.
FAQs
comparison renderer for power-assert context
We found that power-assert-renderer-comparison 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
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.