Socket
Socket
Sign inDemoInstall

csv-batch

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

14

package.json
{
"name": "csv-batch",
"version": "1.0.1",
"version": "1.0.2",
"description": "Fast CSV parser that have a batch event and no dependencies",
"main": "index.js",
"scripts": {
"test": "eslint . && nyc --reporter=html --reporter=text-summary mocha --recursive --timeout 10000"
"test": "eslint . && nyc --reporter=html --reporter=text-summary mocha --recursive --timeout 10000",
"test:coveralls": "nyc --reporter=lcov mocha --recursive --timeout 10000 && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},

@@ -30,8 +31,9 @@ "repository": {

"chai": "^4.2.0",
"coveralls": "^3.1.0",
"csv-spectrum": "^1.0.0",
"eslint": "^6.7.0",
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-prettier": "^3.1.1",
"lodash": "^4.17.15",
"mocha": "^6.2.2",
"eslint-plugin-prettier": "^3.3.0",
"lodash": "^4.17.20",
"mocha": "^6.2.3",
"nyc": "^14.1.1",

@@ -38,0 +40,0 @@ "prettier": "^1.19.1"

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