Comparing version 16.0.5 to 16.0.6
@@ -16,2 +16,4 @@ 'use strict' | ||
const globify = pattern => pattern.split('\\').join('/') | ||
const hasOwnProperty = (obj, key) => | ||
@@ -123,3 +125,3 @@ Object.prototype.hasOwnProperty.call(obj, key) | ||
const contentDir = contentPath.contentDir(cache) | ||
return glob(path.join(contentDir, '**'), { | ||
return glob(globify(path.join(contentDir, '**')), { | ||
follow: false, | ||
@@ -126,0 +128,0 @@ nodir: true, |
{ | ||
"name": "cacache", | ||
"version": "16.0.5", | ||
"version": "16.0.6", | ||
"cache-version": { | ||
@@ -5,0 +5,0 @@ "content": "2", |
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
77252
1716