New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ngx-csv-parser

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-csv-parser - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

esm2020/lib/_model/ngx-csv-parser-error.interface.mjs

26

package.json
{
"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
}

2

README.md
# 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc