New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1 to 0.4.2

9

package.json
{
"name": "csvnorm",
"version": "0.4.1",
"version": "0.4.2",
"description": "Command line tool to normalize CSV and *SV files.",
"main": "index.js",
"main": "source/index.js",
"bin": {

@@ -10,3 +10,3 @@ "csvnorm": "cli.js"

"scripts": {
"test": "find ./tests -iname '*.js' -exec node {} \\;"
"test": "node tests/require.js && node tests/main.js && node tests/input-stream.js"
},

@@ -21,2 +21,5 @@ "dependencies": {

},
"devDependencies": {
"streamtester": "^0.2.0"
},
"author": "Adrian Sieber <mail@adriansieber.com>",

@@ -23,0 +26,0 @@ "repository": {

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