@vltpkg/cache
Advanced tools
+4
-4
| { | ||
| "name": "@vltpkg/cache", | ||
| "description": "The filesystem cache for `@vlt/registry-client`", | ||
| "version": "0.0.0-3", | ||
| "version": "0.0.0-4", | ||
| "repository": { | ||
@@ -24,5 +24,5 @@ "type": "git", | ||
| "rimraf": "^6.0.1", | ||
| "@vltpkg/error-cause": "0.0.0-3", | ||
| "@vltpkg/xdg": "0.0.0-3", | ||
| "@vltpkg/types": "0.0.0-3" | ||
| "@vltpkg/error-cause": "0.0.0-4", | ||
| "@vltpkg/types": "0.0.0-4", | ||
| "@vltpkg/xdg": "0.0.0-4" | ||
| }, | ||
@@ -29,0 +29,0 @@ "devDependencies": { |
+10
-9
@@ -5,13 +5,12 @@  | ||
| The filesystem cache for `@vltpkg/registry-client`, but also, a general-purpose filesystem-backed [LRUCache](http://npm.im/lru-cache) | ||
| The filesystem cache for `@vltpkg/registry-client`, but also, a | ||
| general-purpose filesystem-backed [LRUCache](http://npm.im/lru-cache) | ||
| **[Usage](#usage)** | ||
| · | ||
| **[Note](#note)** | ||
| **[Usage](#usage)** · **[Note](#note)** | ||
| ## Overview | ||
| This is very minimal on features, because it has a very narrow use case, but if you want to have a persistently fs-backed LRU | ||
| memory cache of Buffers using strings as keys, then this is the | ||
| thing to use. | ||
| This is very minimal on features, because it has a very narrow use | ||
| case, but if you want to have a persistently fs-backed LRU memory | ||
| cache of Buffers using strings as keys, then this is the thing to use. | ||
@@ -72,3 +71,5 @@ ## Usage | ||
| - The key type must be a string. It gets sha512 hashed to determine the file on disk. | ||
| - The value must be a Buffer, so that it can be written to a file and read from it without having to convert anything. | ||
| - The key type must be a string. It gets sha512 hashed to determine | ||
| the file on disk. | ||
| - The value must be a Buffer, so that it can be written to a file and | ||
| read from it without having to convert anything. |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
41431
0.01%74
1.37%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated
Updated
Updated