Socket
Socket
Sign inDemoInstall

@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 2.1.0 to 2.2.0

35

cjs/overlay-fs.js

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

}
catch (_a) {
catch {
/**/

@@ -49,3 +49,3 @@ }

}
catch (_a) {
catch {
/**/

@@ -62,3 +62,3 @@ }

}
catch (_a) {
catch {
/**/

@@ -75,3 +75,3 @@ }

}
catch (_a) {
catch {
/**/

@@ -88,3 +88,3 @@ }

}
catch (_a) {
catch {
/**/

@@ -103,7 +103,7 @@ }

}
catch (_a) {
catch {
return resInUpper;
}
}
catch (_b) {
catch {
/**/

@@ -131,3 +131,3 @@ }

}
catch (_a) {
catch {
/**/

@@ -144,3 +144,3 @@ }

}
catch (_a) {
catch {
/**/

@@ -157,3 +157,3 @@ }

}
catch (_a) {
catch {
/**/

@@ -170,3 +170,3 @@ }

}
catch (_a) {
catch {
/**/

@@ -183,3 +183,3 @@ }

}
catch (_a) {
catch {
/**/

@@ -198,3 +198,3 @@ }

}
catch (_a) {
catch {
/**/

@@ -204,3 +204,3 @@ }

}
catch (_b) {
catch {
/**/

@@ -350,5 +350,10 @@ }

};
return utils_1.createFileSystem(Object.assign(Object.assign(Object.assign(Object.assign({}, lowerFs), baseSyncActions), baseCallbackActions), { promises: Object.assign(Object.assign({}, lowerPromises), basePromiseActions) }));
return utils_1.createFileSystem({
...lowerFs,
...baseSyncActions,
...baseCallbackActions,
promises: { ...lowerPromises, ...basePromiseActions }
});
}
exports.createOverlayFs = createOverlayFs;
//# sourceMappingURL=overlay-fs.js.map

@@ -34,3 +34,3 @@ import { createFileSystem } from '@file-services/utils';

}
catch (_a) {
catch {
/**/

@@ -47,3 +47,3 @@ }

}
catch (_a) {
catch {
/**/

@@ -60,3 +60,3 @@ }

}
catch (_a) {
catch {
/**/

@@ -73,3 +73,3 @@ }

}
catch (_a) {
catch {
/**/

@@ -86,3 +86,3 @@ }

}
catch (_a) {
catch {
/**/

@@ -101,7 +101,7 @@ }

}
catch (_a) {
catch {
return resInUpper;
}
}
catch (_b) {
catch {
/**/

@@ -129,3 +129,3 @@ }

}
catch (_a) {
catch {
/**/

@@ -142,3 +142,3 @@ }

}
catch (_a) {
catch {
/**/

@@ -155,3 +155,3 @@ }

}
catch (_a) {
catch {
/**/

@@ -168,3 +168,3 @@ }

}
catch (_a) {
catch {
/**/

@@ -181,3 +181,3 @@ }

}
catch (_a) {
catch {
/**/

@@ -196,3 +196,3 @@ }

}
catch (_a) {
catch {
/**/

@@ -202,3 +202,3 @@ }

}
catch (_b) {
catch {
/**/

@@ -348,4 +348,9 @@ }

};
return createFileSystem(Object.assign(Object.assign(Object.assign(Object.assign({}, lowerFs), baseSyncActions), baseCallbackActions), { promises: Object.assign(Object.assign({}, lowerPromises), basePromiseActions) }));
return createFileSystem({
...lowerFs,
...baseSyncActions,
...baseCallbackActions,
promises: { ...lowerPromises, ...basePromiseActions }
});
}
//# sourceMappingURL=overlay-fs.js.map
{
"name": "@file-services/overlay",
"description": "Overlay files and directories from one file system on top of another.",
"version": "2.1.0",
"version": "2.2.0",
"main": "cjs/index.js",

@@ -17,4 +17,4 @@ "module": "esm/index.js",

"dependencies": {
"@file-services/types": "^2.1.0",
"@file-services/utils": "^2.1.0"
"@file-services/types": "^2.2.0",
"@file-services/utils": "^2.2.0"
},

@@ -32,4 +32,3 @@ "files": [

},
"sideEffects": false,
"gitHead": "d0f4daec4165377749c39bb159c24b6e0808fae4"
"sideEffects": false
}

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