🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@commercetools/csv-parser-discount-code

Package Overview
Dependencies
Maintainers
7
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercetools/csv-parser-discount-code - npm Package Compare versions

Comparing version

to
1.2.11

6

lib/cli.js

@@ -21,7 +21,3 @@ "use strict";

Usage: $0 [options]
Convert commercetools discount codes CSV data to JSON.`).showHelpOnFail(false, 'Use --help to display the CLI options.\n').option('help', {
alias: 'h'
}).help('help', 'Show help text.').option('version', {
alias: 'v'
}).version().option('input', {
Convert commercetools discount codes CSV data to JSON.`).showHelpOnFail(false, 'Use --help to display the CLI options.\n').option('input', {
alias: 'i',

@@ -28,0 +24,0 @@ default: 'stdin',

4

package.json
{
"name": "@commercetools/csv-parser-discount-code",
"version": "1.2.10",
"version": "1.2.11",
"description": "Convert commercetools discount codes CSV data to JSON.",

@@ -41,4 +41,4 @@ "keywords": [

"tmp": "0.0.33",
"yargs": "8.0.2"
"yargs": "12.0.2"
}
}