glob-cache
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.0.1](https://github.com/tunnckoCore/opensource/compare/glob-cache@1.0.0...glob-cache@1.0.1) (2020-03-06) | ||
### Bug Fixes | ||
* **glob-cache:** check if info is not null ([24df806](https://github.com/tunnckoCore/opensource/commit/24df806bc32c1d599f0366ea1874acc81789e0c7)) | ||
# [1.0.0](https://github.com/tunnckoCore/opensource/compare/glob-cache@0.3.5...glob-cache@1.0.0) (2020-03-05) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "glob-cache", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"licenseStart": 2020, | ||
@@ -96,3 +96,3 @@ "license": "MPL-2.0", | ||
}, | ||
"gitHead": "265552f5c8a6406f0247aedfe5d55f4f88e3fce2" | ||
"gitHead": "172742a81512cc67599aad05701a630d15eac61f" | ||
} |
@@ -164,3 +164,3 @@ /* eslint-disable no-restricted-syntax */ | ||
ctx.cacheFile = info; | ||
if (hash) { | ||
if (hash && info) { | ||
ctx.cacheFile.stat = hash.stat; | ||
@@ -167,0 +167,0 @@ } |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
58926
0