Socket
Socket
Sign inDemoInstall

cacache

Package Overview
Dependencies
34
Maintainers
5
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 15.0.3 to 15.0.4

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [15.0.4](https://github.com/npm/cacache/compare/v15.0.3...v15.0.4) (2020-06-03)
### Bug Fixes
* replace move-file dep with @npmcli/move-file ([bf88af0](https://github.com/npm/cacache/commit/bf88af04e50cca9b54041151139ffc1fd415e2dc)), closes [#37](https://github.com/npm/cacache/issues/37)
### [15.0.3](https://github.com/npm/cacache/compare/v15.0.2...v15.0.3) (2020-04-28)

@@ -7,0 +14,0 @@

2

lib/util/move-file.js

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

const stat = util.promisify(fs.stat)
const move = require('move-file')
const move = require('@npmcli/move-file')
const pinflight = require('promise-inflight')

@@ -11,0 +11,0 @@

{
"name": "cacache",
"version": "15.0.3",
"version": "15.0.4",
"cache-version": {

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

"dependencies": {
"@npmcli/move-file": "^1.0.1",
"chownr": "^2.0.0",

@@ -72,3 +73,2 @@ "fs-minipass": "^2.0.0",

"mkdirp": "^1.0.3",
"move-file": "^2.0.0",
"p-map": "^4.0.0",

@@ -75,0 +75,0 @@ "promise-inflight": "^1.0.1",

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