Socket
Socket
Sign inDemoInstall

@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 8.1.2 to 8.1.3

2

dist/index.d.ts

@@ -1,2 +0,2 @@

export * from './cached-fs.js';
export * from './cached-fs';
//# sourceMappingURL=index.d.ts.map

@@ -17,3 +17,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./cached-fs.js"), exports);
__exportStar(require("./cached-fs"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@file-services/cached",
"description": "A file system wrapper that adds cache to any `IFileSystem` implementation.",
"version": "8.1.2",
"main": "dist/index.js",
"version": "8.1.3",
"main": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"scripts": {

@@ -12,4 +16,4 @@ "test": "npm run test:node && npm run test:browser",

"dependencies": {
"@file-services/types": "^8.1.2",
"@file-services/utils": "^8.1.2"
"@file-services/types": "^8.1.3",
"@file-services/utils": "^8.1.3"
},

@@ -16,0 +20,0 @@ "files": [

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

export * from './cached-fs.js';
export * from './cached-fs';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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