Gathering detailed insights and metrics for ngx-papaparse
Gathering detailed insights and metrics for ngx-papaparse
Gathering detailed insights and metrics for ngx-papaparse
Gathering detailed insights and metrics for ngx-papaparse
npm install ngx-papaparse
Typescript
Module System
Node Version
NPM Version
99.3
Supply Chain
85.6
Quality
76
Maintenance
100
Vulnerability
100
License
TypeScript (91.54%)
JavaScript (8.46%)
Total Downloads
9,026,145
Last Day
1,610
Last Week
42,940
Last Month
188,463
Last Year
2,118,346
MIT License
91 Stars
176 Commits
20 Forks
4 Watchers
12 Branches
11 Contributors
Updated on Feb 24, 2025
Minified
Minified + Gzipped
Latest Version
8.0.0
Package Id
ngx-papaparse@8.0.0
Unpacked Size
46.14 kB
Size
14.97 kB
File Count
26
NPM Version
8.19.4
Node Version
16.20.0
Published on
Aug 21, 2023
Cumulative downloads
Total Downloads
Last Day
57.8%
1,610
Compared to previous day
Last Week
-10.2%
42,940
Compared to previous week
Last Month
-0.4%
188,463
Compared to previous month
Last Year
0.1%
2,118,346
Compared to previous year
This is a Papa Parse wrapper library for Angular.
More information in the full documentation.
You can install the library with npm.
npm install ngx-papaparse@8 --save
For older versions of Angular, please see the docs for the correct version.
Use the Papa Service in your project:
1import { Component } from '@angular/core'; 2import { Papa } from 'ngx-papaparse'; 3 4@Component({ 5 ... 6}) 7export class AppComponent { 8 9 constructor(private papa: Papa) { 10 const csvData = '"Hello","World!"'; 11 12 this.papa.parse(csvData,{ 13 complete: (result) => { 14 console.log('Parsed: ', result); 15 } 16 }); 17 } 18}
For a more detailed explanation of how to use this library, please refer to the full documentation.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 5/12 approved changesets -- score normalized to 4
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- 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
Reason
67 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-09
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