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

@file-services/overlay

Package Overview
Dependencies
Maintainers
3
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.0.1 to 2.1.0

2

cjs/overlay-fs.js

@@ -337,5 +337,5 @@ "use strict";

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

@@ -335,4 +335,4 @@ import { createFileSystem } from '@file-services/utils';

};
return createFileSystem(Object.assign({}, lowerFs, baseSyncActions, baseCallbackActions, { promises: Object.assign({}, lowerPromises, basePromiseActions) }));
return createFileSystem(Object.assign(Object.assign(Object.assign(Object.assign({}, lowerFs), baseSyncActions), baseCallbackActions), { promises: Object.assign(Object.assign({}, 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.0.1",
"version": "2.1.0",
"main": "cjs/index.js",

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

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

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

"esm",
"src",
"!src/tsconfig.json"
"src"
],

@@ -35,3 +34,3 @@ "license": "MIT",

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

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