Socket
Socket
Sign inDemoInstall

cachedir

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

cachedir - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

1

index.js

@@ -24,2 +24,3 @@ const os = require('os')

case 'linux': return posix
case 'openbsd': return posix
case 'win32': return win32

@@ -26,0 +27,0 @@ default: throw new Error('Your OS "' + os.platform() + '" is currently not supported by node-cachedir.')

2

package.json
{
"name": "cachedir",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "repository": "LinusU/node-cachedir",

@@ -11,2 +11,3 @@ /* eslint-env mocha */

['linux', `${os.homedir()}/.cache/linusu`],
['openbsd', `${os.homedir()}/.cache/linusu`],
['win32', `${os.homedir()}/AppData/Local/linusu/Cache`]

@@ -13,0 +14,0 @@ ]

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