Socket
Socket
Sign inDemoInstall

parse-csv-simple

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

webpack.config.js

22

package.json
{
"name": "parse-csv-simple",
"version": "1.0.3",
"version": "1.0.4",
"description": "A parser for csv file.",
"main": "dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "mocha './src/__test__/**/*.ts'",
"build": "tsc"
"build": "tsc",
"bundle": "./node_modules/.bin/webpack"
},

@@ -14,3 +16,6 @@ "repository": {

},
"keywords": ["csv", "parse csv"],
"keywords": [
"csv",
"parse csv"
],
"author": "",

@@ -26,8 +31,9 @@ "license": "ISC",

"chai": "^4.3.4",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"mocha": "^9.0.2",
"typescript": "^4.3.5"
},
"dependencies": {
"ts-node": "^10.1.0"
"ts-loader": "^9.2.3",
"typescript": "^4.3.5",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2"
}
}

@@ -10,2 +10,3 @@ {

"noImplicitAny": true,
"declaration": true,
},

@@ -12,0 +13,0 @@ "include": ["src/**/*.ts"],

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc