Socket
Socket
Sign inDemoInstall

cacache

Package Overview
Dependencies
31
Maintainers
5
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 17.0.1 to 17.0.2

2

lib/entry-index.js

@@ -20,3 +20,3 @@ 'use strict'

const indexV = require('../package.json')['cache-version'].index
const moveFile = require('@npmcli/move-file')
const { moveFile } = require('@npmcli/fs')

@@ -23,0 +23,0 @@ module.exports.NotFoundError = class NotFoundError extends Error {

'use strict'
const fs = require('fs/promises')
const move = require('@npmcli/move-file')
const { moveFile: move } = require('@npmcli/fs')
const pinflight = require('promise-inflight')

@@ -6,0 +6,0 @@

{
"name": "cacache",
"version": "17.0.1",
"version": "17.0.2",
"cache-version": {

@@ -48,4 +48,3 @@ "content": "2",

"dependencies": {
"@npmcli/fs": "^3.0.0",
"@npmcli/move-file": "^3.0.0",
"@npmcli/fs": "^3.1.0",
"fs-minipass": "^2.1.0",

@@ -66,3 +65,3 @@ "glob": "^8.0.1",

"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.5.1",
"@npmcli/template-oss": "4.8.0",
"tap": "^16.0.0"

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

"windowsCI": false,
"version": "4.5.1"
"version": "4.8.0"
},

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

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