Socket
Socket
Sign inDemoInstall

cacache

Package Overview
Dependencies
37
Maintainers
6
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 16.0.5 to 16.0.6

4

lib/verify.js

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc