Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 0.0.2 to 0.0.3

28

package.json
{
"name": "global-cache-dir",
"version": "0.0.2",
"version": "0.0.3",
"main": "build/src/main.js",

@@ -19,3 +19,24 @@ "files": [

"description": "Get the global cache directory",
"keywords": [],
"keywords": [
"cache",
"caching",
"directory",
"filesystem",
"operating-system",
"global",
"performance",
"files",
"mkdirp",
"path",
"es6",
"javascript",
"library",
"windows",
"mac",
"macos",
"linux",
"bsd",
"android",
"nodejs"
],
"license": "Apache-2.0",

@@ -42,3 +63,4 @@ "homepage": "https://git.io/fj781",

"gulp-shared-tasks": "^0.30.34",
"husky": "^3.0.3"
"husky": "^3.0.3",
"test-each": "^1.7.2"
},

@@ -45,0 +67,0 @@ "engines": {

4

README.md

@@ -10,3 +10,3 @@ [![Codecov](https://img.shields.io/codecov/c/github/ehmicky/global-cache-dir.svg?label=tested&logo=codecov)](https://codecov.io/gh/ehmicky/global-cache-dir)

Also ensures the directory exists.
Ensures the directory exists.

@@ -40,3 +40,3 @@ The cache directory location is OS-specific.

`name`: `{string}`<br> _Returns_: `{Promise<string>}`
`name`: `string`<br> _Returns_: `Promise<string>`

@@ -43,0 +43,0 @@ `name` must only use digits, letters or dashes.

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