New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

csv-loader

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv-loader - npm Package Compare versions

Comparing version
2.1.1
to
3.0.0
+3
.gitignore
node_modules
.idea/
yarn-error.log
+13
-14
{
"name": "csv-loader",
"version": "2.1.1",
"version": "3.0.0",
"description": "A webpack module to intelligently load csv files.",

@@ -24,2 +24,3 @@ "scripts": {

],
"homepage": "https://github.com/theplatapi/csv-loader",
"author": {

@@ -37,13 +38,7 @@ "name": "scedast",

},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.html"
}
],
"license": {
"type": "MIT"
},
"files": [
"LICENSE",
"package.json",
"yarn.lock",
"README.md",
"index.js",

@@ -54,10 +49,14 @@ ".gitignore"

"loader-utils": "^1.1.0",
"papaparse": "^4.2.0"
"npm": "^6.1.0"
},
"peerDependencies": {
"papaparse": "^4.5.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai": "^4.0.2",
"memory-fs": "^0.4.1",
"mocha": "^3.3.0",
"webpack": "^2.4.1"
"mocha": "^5.0.0",
"papaparse": "^4.5.0",
"webpack": "^4.15.0"
}
}
# Webpack csv loader
[![NPM](https://nodei.co/npm/csv-loader.png?downloadRank=true)](https://npmjs.com/package/csv-loader)
[![NPM](https://img.shields.io/npm/v/csv-loader.svg)](https://npmjs.com/package/csv-loader)
[![NPM](https://img.shields.io/npm/dw/csv-loader.svg?maxAge=2592000)](https://npmjs.com/package/csv-loader)
[![Build Status](https://travis-ci.org/theplatapi/csv-loader.svg?branch=master)](https://travis-ci.org/theplatapi/csv-loader)

@@ -26,3 +27,3 @@

Add the csv-loader to your webpack 2 configuration:
Add the csv-loader to your webpack configuration:

@@ -53,4 +54,3 @@ ``` javascript

Any options supported by Papa Parse can be passed to this loader with the options object. The current Papa Parse API is available
[here](http://papaparse.com/docs#config).
Any options supported by Papa Parse can be passed to this loader with the options object. The current Papa Parse API is available [here](http://papaparse.com/docs#config).

@@ -57,0 +57,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display