@teambit/toolbox.fs.progress-bar-file-extractor
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -41,3 +41,3 @@ "use strict"; | ||
if (folder) { | ||
const folderExists = yield fs_extra_1.default.pathExists(filePath); | ||
const folderExists = yield fs_extra_1.default.pathExists(folder); | ||
if (!folderExists && !concreteOpts.ensureDir) { | ||
@@ -44,0 +44,0 @@ throw new Error(`folder ${folder} does not exist`); |
{ | ||
"name": "@teambit/toolbox.fs.progress-bar-file-extractor", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"homepage": "https://bit.dev/teambit/toolbox/fs/progress-bar-file-extractor", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"name": "fs/progress-bar-file-extractor", | ||
"version": "0.0.7" | ||
"version": "0.0.8" | ||
}, | ||
@@ -12,0 +12,0 @@ "dependencies": { |
@@ -40,3 +40,3 @@ import fs from 'fs-extra'; | ||
if (folder) { | ||
const folderExists = await fs.pathExists(filePath); | ||
const folderExists = await fs.pathExists(folder); | ||
if (!folderExists && !concreteOpts.ensureDir){ | ||
@@ -43,0 +43,0 @@ throw new Error(`folder ${folder} does not exist`); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
20543