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
3.0.2
to
3.0.3
+10
-12
package.json
{
"name": "csv-loader",
"version": "3.0.2",
"version": "3.0.3",
"description": "A webpack module to intelligently load csv files.",
"scripts": {
"test": "mocha",
"export": "npm pack",
"publish": "npm publish"
"test": "mocha"
},

@@ -30,2 +28,6 @@ "keywords": [

},
"funding": {
"type": "individual",
"url": "butmeacoffee.com/allenkoren"
},
"repository": {

@@ -42,3 +44,2 @@ "type": "git",

"files": [
"yarn.lock",
"index.js",

@@ -48,14 +49,11 @@ ".gitignore"

"dependencies": {
"loader-utils": "^1.1.0"
"loader-utils": "^2.0.0",
"papaparse": "^5.2.0"
},
"peerDependencies": {
"papaparse": "^4.5.0"
},
"devDependencies": {
"chai": "^4.0.2",
"memory-fs": "^0.4.1",
"mocha": "^5.0.0",
"papaparse": "^4.5.0",
"memory-fs": "^0.5.0",
"mocha": "^6.0.0",
"webpack": "^4.15.0"
}
}

@@ -22,3 +22,3 @@ # Webpack csv loader

```
npm install -save-dev csv-loader
npm install --save-dev csv-loader
```

@@ -45,2 +45,3 @@

}
};
```

@@ -66,2 +67,2 @@

* Inspired by [dsv-loader](https://github.com/wbkd/dsv-loader)
* CSV parsing done with [Papa Parse](http://papaparse.com/)
* CSV parsing done with [Papa Parse](http://papaparse.com/)

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