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.3 to 0.5.0

binary/source/cli.d.ts

40

package.json
{
"name": "csvnorm",
"version": "0.4.3",
"version": "0.5.0",
"description": "Command line tool to normalize CSV and *SV files.",
"main": "source/index.js",
"main": "binary/source/index.js",
"bin": {
"csvnorm": "cli.js"
"csvnorm": "binary/source/cli.js"
},
"scripts": {
"test": "for file in tests/{require,main,input-stream,in-place}.js; do node $file; done"
"lint": "yarn tslint '{source,tests,types}/**/*.ts'",
"build": "yarn tsc && chmod 755 binary/source/cli.js",
"unit-test": "yarn build && for file in binary/tests/{require,empty-lines,main,input-stream,in-place}.js; do node $file; done",
"test": "yarn lint && yarn unit-test"
},
"dependencies": {
"csv-parse": "^1.2.0",
"csv-stringify": "^1.0.4",
"execa": "^0.8.0",
"fs-extra": "^4.0.2",
"iconv-lite": "^0.4.15",
"jschardet": "^1.4.2",
"@types/execa": "^0.9.0",
"@types/fs-extra": "^5.0.4",
"@types/node": "^10.12.18",
"@types/tempfile": "^2.0.0",
"@types/yargs": "^12.0.5",
"csv-parse": "^4.3.0",
"csv-stringify": "^5.1.2",
"execa": "^1.0.0",
"fs-extra": "^7.0.1",
"tempfile": "^2.0.0",
"yargs": "^8.0.2"
"to-utf-8": "^1.3.0",
"yargs": "^12.0.5"
},
"devDependencies": {
"streamtester": "^0.2.0"
"streamtester": "^0.2.0",
"ts-node": "^7.0.1",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
},

@@ -28,3 +38,3 @@ "author": "Adrian Sieber <mail@adriansieber.com>",

"type": "git",
"url": "git+https://github.com/adius/csvnorm.git"
"url": "git+https://github.com/ad-si/csvnorm.git"
},

@@ -40,5 +50,5 @@ "license": "ISC",

"bugs": {
"url": "https://github.com/adius/csvnorm/issues"
"url": "https://github.com/ad-si/csvnorm/issues"
},
"homepage": "https://github.com/adius/csvnorm#readme"
"homepage": "https://github.com/ad-si/csvnorm#readme"
}

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