Socket
Socket
Sign inDemoInstall

cacache

Package Overview
Dependencies
Maintainers
6
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cacache - npm Package Compare versions

Comparing version 17.0.4 to 17.0.5

3

lib/util/glob.js
'use strict'
const { promisify } = require('util')
const glob = promisify(require('glob'))
const glob = require('glob')
const globify = (pattern) => pattern.split('//').join('/')
module.exports = (path, options) => glob(globify(path), options)
{
"name": "cacache",
"version": "17.0.4",
"version": "17.0.5",
"cache-version": {

@@ -50,3 +50,3 @@ "content": "2",

"fs-minipass": "^3.0.0",
"glob": "^8.0.1",
"glob": "^9.3.1",
"lru-cache": "^7.7.1",

@@ -65,3 +65,3 @@ "minipass": "^4.0.0",

"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.11.0",
"@npmcli/template-oss": "4.12.0",
"tap": "^16.0.0"

@@ -75,3 +75,3 @@ },

"windowsCI": false,
"version": "4.11.0"
"version": "4.12.0"
},

@@ -78,0 +78,0 @@ "author": "GitHub Inc.",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc