Socket
Socket
Sign inDemoInstall

global-cache-dir

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

global-cache-dir - npm Package Compare versions

Comparing version 3.0.1 to 4.0.0

6

build/src/main.js

@@ -1,5 +0,5 @@

import{promises as fs}from"fs";
import{mkdir}from"fs/promises";
import getCacheDir from"cachedir";
import pathExists from"path-exists";
import{pathExists}from"path-exists";

@@ -18,4 +18,4 @@

await fs.mkdir(cacheDir,{recursive:true});
await mkdir(cacheDir,{recursive:true});
};
//# sourceMappingURL=main.js.map
{
"name": "global-cache-dir",
"version": "3.0.1",
"version": "4.0.0",
"type": "module",

@@ -50,11 +50,11 @@ "exports": "./build/src/main.js",

"cachedir": "^2.3.0",
"path-exists": "^4.0.0"
"path-exists": "^5.0.0"
},
"devDependencies": {
"@ehmicky/dev-tasks": "^1.0.34",
"test-each": "^3.0.1"
"@ehmicky/dev-tasks": "^1.0.72",
"test-each": "^5.0.0"
},
"engines": {
"node": ">=12.20.0"
"node": ">=14.18.0"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc