Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

glob-cache

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glob-cache - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

11

CHANGELOG.md

@@ -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 @@

4

package.json
{
"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 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc