@file-services/cached
Advanced tools
Comparing version 7.2.0 to 7.2.2
{ | ||
"name": "@file-services/cached", | ||
"description": "A file system wrapper that adds cache to any `IFileSystem` implementation.", | ||
"version": "7.2.0", | ||
"version": "7.2.2", | ||
"main": "dist/index.js", | ||
@@ -12,4 +12,4 @@ "scripts": { | ||
"dependencies": { | ||
"@file-services/types": "^7.2.0", | ||
"@file-services/utils": "^7.2.0" | ||
"@file-services/types": "^7.2.2", | ||
"@file-services/utils": "^7.2.2" | ||
}, | ||
@@ -23,3 +23,7 @@ "files": [ | ||
"license": "MIT", | ||
"repository": "https://github.com/wixplosives/file-services/tree/master/packages/cached", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/wixplosives/file-services.git", | ||
"directory": "packages/cached" | ||
}, | ||
"homepage": "https://github.com/wixplosives/file-services", | ||
@@ -26,0 +30,0 @@ "publishConfig": { |
# @file-services/cached | ||
[![npm version](https://img.shields.io/npm/v/@file-services/cached.svg)](https://www.npmjs.com/package/@file-services/cached) | ||
[![package size](https://badgen.net/bundlephobia/minzip/@file-services/cached)](https://bundlephobia.com/result?p=@file-services/cached) | ||
[![package size](https://img.shields.io/bundlephobia/minzip/@file-services/cached)](https://bundlephobia.com/result?p=@file-services/cached) | ||
@@ -6,0 +6,0 @@ A file system wrapper that adds cache to any `IFileSystem` implementation. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
39186
0
Updated@file-services/types@^7.2.2
Updated@file-services/utils@^7.2.2