
Security News
TC39 Advances 11 Proposals for Math Precision, Binary APIs, and More
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.
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.
1.2.0 (2018-06-12)
empower-core
into monorepoFAQs
comparison renderer for power-assert context
The npm package power-assert-renderer-comparison receives a total of 170,166 weekly downloads. As such, power-assert-renderer-comparison popularity was classified as popular.
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
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.