Gathering detailed insights and metrics for ngx-json-viewer
Gathering detailed insights and metrics for ngx-json-viewer
Gathering detailed insights and metrics for ngx-json-viewer
Gathering detailed insights and metrics for ngx-json-viewer
ngx-extended-pdf-viewer
Embedding PDF files in your Angular application. Highly configurable viewer including the toolbar, sidebar, and all the features you're used to.
ngx-doc-viewer
Angular document viewer.
ngx-json-viewer-scrolling
JSON formatter / viewer for Angular 2/4/5/6+
@ngx-translate/http-loader
http loader for dynamically loading translation files for @ngx-translate/core
npm install ngx-json-viewer
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
174 Stars
54 Commits
72 Forks
5 Watching
11 Branches
8 Contributors
Updated on 04 Oct 2024
TypeScript (68.16%)
SCSS (13.34%)
HTML (9.05%)
JavaScript (8.95%)
CSS (0.5%)
Cumulative downloads
Total Downloads
Last day
-3.7%
10,524
Compared to previous day
Last week
4.8%
56,805
Compared to previous week
Last month
6.6%
234,551
Compared to previous month
Last year
12.1%
2,645,129
Compared to previous year
1
JSON formatter and viewer for Angular
Live demo:
1npm install ngx-json-viewer
or
1yarn add ngx-json-viewer
For older Angular:
1# For Angular 4/5/6/7+: 2npm install ngx-json-viewer@2 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>
To only expand 3 levels:
1<ngx-json-viewer [json]="someObject" [depth]="3"></ngx-json-viewer>
Theming can be done with CSS variables
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 4/18 approved changesets -- score normalized to 2
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
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
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
37 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