Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

csvnorm

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csvnorm - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

tests/banking/expected-output.csv

1

cli.js

@@ -64,3 +64,2 @@ #! /usr/bin/env node

})
return
}

@@ -67,0 +66,0 @@ }

{
"name": "csvnorm",
"version": "0.4.2",
"version": "0.4.3",
"description": "Command line tool to normalize CSV and *SV files.",

@@ -10,3 +10,3 @@ "main": "source/index.js",

"scripts": {
"test": "node tests/require.js && node tests/main.js && node tests/input-stream.js"
"test": "for file in tests/{require,main,input-stream,in-place}.js; do node $file; done"
},

@@ -16,2 +16,4 @@ "dependencies": {

"csv-stringify": "^1.0.4",
"execa": "^0.8.0",
"fs-extra": "^4.0.2",
"iconv-lite": "^0.4.15",

@@ -18,0 +20,0 @@ "jschardet": "^1.4.2",

@@ -115,2 +115,3 @@ const fs = require('fs')

inputFilePath: filePath,
writableStream,
})

@@ -117,0 +118,0 @@ })

Sorry, the diff of this file is not supported yet

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