New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@dbl-works/csv-unique-values

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dbl-works/csv-unique-values - npm Package Compare versions

Comparing version

to
1.0.4

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

return new Promise((resolve) => {
fs.mkdir(parsedOutputPath, { resursive: true }, (err) => {
fs.mkdir(parsedOutputPath, { recursive: true }, (err) => {
if (err && err.code !== 'EEXIST') {

@@ -78,0 +78,0 @@ console.error('Error creating output directory', parsedOutputPath);

{
"name": "@dbl-works/csv-unique-values",
"version": "1.0.3",
"version": "1.0.4",
"description": "Get unique values from a CSV file",

@@ -5,0 +5,0 @@ "bin": "./index.js",