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

@file-services/cached

Package Overview
Dependencies
Maintainers
4
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@file-services/cached - npm Package Compare versions

Comparing version 7.2.0 to 7.2.2

12

package.json
{
"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.

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