filesystem-sandbox
Advanced tools
Comparing version 1.15.0 to 1.16.0
@@ -115,2 +115,3 @@ "use strict"; | ||
} | ||
await this.mkdir(path_1.default.dirname(at)); | ||
await writeFile(fullPath, contents, options); | ||
@@ -123,3 +124,3 @@ return fullPath; | ||
if (await isFolder(fullpath)) { | ||
return fullpath; | ||
resolve(fullpath); | ||
} | ||
@@ -126,0 +127,0 @@ try { |
{ | ||
"name": "filesystem-sandbox", | ||
"version": "1.15.0", | ||
"version": "1.16.0", | ||
"description": "JavaScript module to provide filesystem sandboxes for testing", | ||
@@ -62,2 +62,2 @@ "main": "dist/index.js", | ||
} | ||
} | ||
} |
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
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
14434
257