Gathering detailed insights and metrics for power-assert-renderer-succinct
Gathering detailed insights and metrics for power-assert-renderer-succinct
Gathering detailed insights and metrics for power-assert-renderer-succinct
Gathering detailed insights and metrics for power-assert-renderer-succinct
npm install power-assert-renderer-succinct
Typescript
Module System
Node Version
NPM Version
94.2
Supply Chain
98.2
Quality
74.3
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
20 Stars
880 Commits
5 Forks
4 Watchers
2 Branches
6 Contributors
Updated on Dec 27, 2023
Latest Version
1.2.0
Package Id
power-assert-renderer-succinct@1.2.0
Size
1.95 kB
NPM Version
6.1.0
Node Version
10.4.0
Published on
Jun 12, 2018
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
2
Produces succinct graph of value in expression.
assert(a.name === 'bar')
|
"foo"
var SuccinctRenderer = require('power-assert-renderer-succinct');
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 | power-assert-util-string-width |
Function to calculate width of string.
type | default value |
---|---|
number | 2 |
Width of 'Ambiguous' characters defined in Unicode Standard Annex #11 EAST ASIAN WIDTH. Configure options.ambiguousEastAsianCharWidth
to treat ambiguous east asian character as fullwidth (= 2
) or narrow (= 1
). Default is 2
.
1$ npm install --save-dev power-assert-renderer-succinct
Licensed under the MIT license.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 1/22 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More