Gathering detailed insights and metrics for @visulima/inspector
Gathering detailed insights and metrics for @visulima/inspector
Gathering detailed insights and metrics for @visulima/inspector
Gathering detailed insights and metrics for @visulima/inspector
npm install @visulima/inspector
Typescript
Module System
Min. Node Version
Node Version
NPM Version
70.6
Supply Chain
99.5
Quality
87.5
Maintenance
100
Vulnerability
87.3
License
@visulima/package@3.2.0
Published on 16 Dec 2024
@visulima/cerebro@1.1.26
Published on 12 Dec 2024
@visulima/pail@2.1.12
Published on 12 Dec 2024
@visulima/api-platform@3.0.27
Published on 12 Dec 2024
@visulima/jsdoc-open-api@2.0.65
Published on 12 Dec 2024
@visulima/find-cache-dir@1.0.16
Published on 12 Dec 2024
TypeScript (91.8%)
JavaScript (5.89%)
MDX (1.66%)
Handlebars (0.39%)
CSS (0.14%)
Shell (0.12%)
Total Downloads
19,055
Last Day
88
Last Week
907
Last Month
3,172
Last Year
19,055
12 Stars
2,205 Commits
3 Forks
2 Watching
16 Branches
2 Contributors
Minified
Minified + Gzipped
Latest Version
1.0.13
Package Id
@visulima/inspector@1.0.13
Unpacked Size
56.48 kB
Size
19.45 kB
File Count
9
NPM Version
9.6.7
Node Version
18.20.5
Publised On
12 Dec 2024
Cumulative downloads
Total Downloads
Last day
-71.9%
88
Compared to previous day
Last week
-26.3%
907
Compared to previous week
Last month
31.4%
3,172
Compared to previous month
Last year
0%
19,055
Compared to previous year
34
Inspect utility for Node.js and Browsers.
Daniel Bannert's open source work is supported by the community on GitHub Sponsors
1npm install @visulima/inspector
1yarn add @visulima/inspector
1pnpm add @visulima/inspector
1import { inspect } from "@visulima/inspector"; 2 3console.log(inspect({ foo: "bar" })); // { foo: 'bar' }
1import { inspect } from "@visulima/inspector"; 2 3const obj = { a: 1, b: [3, 4] }; 4obj.c = obj; 5 6console.log(inspect(obj)); // { a: 1, b: [ 3, 4 ], c: [Circular] }
Type: any
The input value to inspect.
Type: InspectOptions
The options for the inspect function.
Type: number
Default: Number.POSITIVE_INFINITY
Type: boolean
Default: true
Type: number
Default: 5
The maximum depth to traverse.
Type: number | "\t" | undefined
Default: undefined
The indentation to use.
Libraries in this ecosystem make the best effort to track Node.js’ release schedule. Here’s a post on why we think this is important.
If you would like to help take a look at the list of issues and check our Contributing guidelines.
Note: please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
The visulima inspector is open-sourced software licensed under the MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
project has 6 contributing companies or organizations
Details
Reason
no dangerous workflow patterns detected
Reason
update tool detected
Details
Reason
license file detected
Details
Reason
30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Reason
SAST tool detected: CodeQL
Details
Reason
dependency not pinned by hash detected -- score normalized to 8
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Score
Last Scanned on 2024-12-24T07:27:21Z
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