Socket
Socket
Sign inDemoInstall

cacache

Package Overview
Dependencies
40
Maintainers
6
Versions
99
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 17.1.2 to 17.1.3

3

lib/util/glob.js
'use strict'
const { glob } = require('glob')
const path = require('path')
const globify = (pattern) => pattern.split('//').join('/')
const globify = (pattern) => pattern.split(path.win32.sep).join(path.posix.sep)
module.exports = (path, options) => glob(globify(path), options)
{
"name": "cacache",
"version": "17.1.2",
"version": "17.1.3",
"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