ngx-csv-parser
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "ngx-csv-parser", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "CSV Import Library for Angular Framework. Go through the README.md file for detailed features and documentation.", | ||
@@ -53,3 +53,23 @@ "author": { | ||
"@angular/core": "~13.3.0" | ||
} | ||
} | ||
}, | ||
"module": "fesm2015/ngx-csv-parser.mjs", | ||
"es2020": "fesm2020/ngx-csv-parser.mjs", | ||
"esm2020": "esm2020/ngx-csv-parser.mjs", | ||
"fesm2020": "fesm2020/ngx-csv-parser.mjs", | ||
"fesm2015": "fesm2015/ngx-csv-parser.mjs", | ||
"typings": "ngx-csv-parser.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./ngx-csv-parser.d.ts", | ||
"esm2020": "./esm2020/ngx-csv-parser.mjs", | ||
"es2020": "./fesm2020/ngx-csv-parser.mjs", | ||
"es2015": "./fesm2015/ngx-csv-parser.mjs", | ||
"node": "./fesm2015/ngx-csv-parser.mjs", | ||
"default": "./fesm2020/ngx-csv-parser.mjs" | ||
} | ||
}, | ||
"sideEffects": false | ||
} |
# NgxCsvParser | ||
* This is a CSV Parser library which will help you to parse a selected CSV File in your Angular Application. Currently working with Angular version 10.x.x+ as tested along with backward compatibility with previous Angular versions. | ||
* This is a CSV Parser library which will help you to parse a selected CSV File in your Angular Application. Currently working with Angular version 13.x.x+ as tested along with backward compatibility with previous Angular versions. | ||
@@ -5,0 +5,0 @@ * This library is in compliance to RFC 4180 |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
75622
19
572