Socket
Socket
Sign inDemoInstall

@visulima/find-cache-dir

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@visulima/find-cache-dir - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

16

CHANGELOG.md

@@ -0,1 +1,17 @@

## @visulima/find-cache-dir [1.0.8](https://github.com/visulima/visulima/compare/@visulima/find-cache-dir@1.0.7...@visulima/find-cache-dir@1.0.8) (2024-09-07)
### Bug Fixes
* added types support for node10 ([604583f](https://github.com/visulima/visulima/commit/604583fa3c24b950fafad45d17e7a1333040fd76))
### Miscellaneous Chores
* update dev dependencies ([0738f98](https://github.com/visulima/visulima/commit/0738f9810478bb215ce4b2571dc8874c4c503089))
### Dependencies
* **@visulima/fs:** upgraded to 2.1.15
* **@visulima/path:** upgraded to 1.0.6
## @visulima/find-cache-dir [1.0.7](https://github.com/visulima/visulima/compare/@visulima/find-cache-dir@1.0.6...@visulima/find-cache-dir@1.0.7) (2024-08-30)

@@ -2,0 +18,0 @@

19

package.json
{
"name": "@visulima/find-cache-dir",
"version": "1.0.7",
"version": "1.0.8",
"description": "Finds the common standard cache directory",

@@ -54,2 +54,9 @@ "keywords": [

"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/index.d.ts"
]
}
},
"files": [

@@ -61,4 +68,4 @@ "dist",

"dependencies": {
"@visulima/fs": "2.1.14",
"@visulima/path": "1.0.5"
"@visulima/fs": "2.1.15",
"@visulima/path": "1.0.6"
},

@@ -70,8 +77,9 @@ "devDependencies": {

"@anolilab/semantic-release-preset": "^9.0.0",
"@arethetypeswrong/cli": "^0.15.4",
"@babel/core": "^7.25.2",
"@rushstack/eslint-plugin-security": "^0.8.2",
"@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
"@total-typescript/ts-reset": "^0.6.0",
"@total-typescript/ts-reset": "^0.6.1",
"@types/node": "20.14.6",
"@visulima/packem": "^1.0.0-alpha.86",
"@visulima/packem": "^1.0.0-alpha.93",
"@vitest/coverage-v8": "^2.0.5",

@@ -122,2 +130,3 @@ "@vitest/ui": "^2.0.5",

"dev": "pnpm run build --watch",
"lint:attw": "attw --pack",
"lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs",

@@ -124,0 +133,0 @@ "lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs --fix",

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