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

@file-services/overlay

Package Overview
Dependencies
Maintainers
4
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@file-services/overlay - npm Package Compare versions

Comparing version 5.3.1 to 5.4.0

2

dist/index.d.ts

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

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

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

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./overlay-fs"), exports);
__exportStar(require("./overlay-fs.js"), exports);
//# sourceMappingURL=index.js.map

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

};
return utils_1.createFileSystem({
return (0, utils_1.createFileSystem)({
...lowerFs,

@@ -368,0 +368,0 @@ ...baseSyncActions,

{
"name": "@file-services/overlay",
"description": "Overlay files and directories from one file system on top of another.",
"version": "5.3.1",
"version": "5.4.0",
"main": "dist/index.js",

@@ -12,4 +12,4 @@ "scripts": {

"dependencies": {
"@file-services/types": "^5.3.1",
"@file-services/utils": "^5.3.1"
"@file-services/types": "^5.4.0",
"@file-services/utils": "^5.4.0"
},

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

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

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

@@ -120,3 +120,3 @@ import type {

},
readdirSync: ((path: string, ...args: [{ withFileTypes: false }]) => {
readdirSync: ((path: string, ...args: [{ withFileTypes: true }]) => {
const { resolvedLowerPath, resolvedUpperPath } = resolvePaths(path);

@@ -123,0 +123,0 @@ if (resolvedUpperPath !== undefined) {

Sorry, the diff of this file is not supported yet

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