Gathering detailed insights and metrics for ngx-json-viewer-scrolling
Gathering detailed insights and metrics for ngx-json-viewer-scrolling
Gathering detailed insights and metrics for ngx-json-viewer-scrolling
Gathering detailed insights and metrics for ngx-json-viewer-scrolling
npm install ngx-json-viewer-scrolling
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
17 Commits
2 Watching
3 Branches
1 Contributors
Updated on 06 Dec 2018
TypeScript (54.67%)
CSS (30.41%)
HTML (14.92%)
Cumulative downloads
Total Downloads
Last day
-22.2%
21
Compared to previous day
Last week
13.1%
112
Compared to previous week
Last month
-30%
442
Compared to previous month
Last year
3.3%
11,412
Compared to previous year
3
JSON formatter and viewer for Angular 2/4/5/6+
Live demo: https://stackblitz.com/edit/ngx-json-viewer
1# For Angular 4/5/6: 2npm install ngx-json-viewer 3 4# For Angular 2: 5npm install ngx-json-viewer@1
NPM Package: https://www.npmjs.com/package/ngx-json-viewer
In your app.module.ts
import NgxJsonViewerModule
like
1import { NgxJsonViewerModule } from 'ngx-json-viewer'; 2 3@NgModule({ 4 ..., 5 imports: [ 6 ..., 7 NgxJsonViewerModule, 8 ... 9 ], 10 ... 11}) 12export class AppModule { }
In your component:
1<ngx-json-viewer [json]="someObject"></ngx-json-viewer>
To collapse all nodes at first:
1<ngx-json-viewer [json]="someObject" [expanded]="false"></ngx-json-viewer>
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
Found 0/17 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
61 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
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