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 4.1.0 to 5.0.0

dist/index.d.ts

24

package.json
{
"name": "@file-services/overlay",
"description": "Overlay files and directories from one file system on top of another.",
"version": "4.1.0",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "esm/index.d.ts",
"scripts": {
"clean": "rimraf ./cjs ./esm",
"build": "ts-build ./src --cjs --esm",
"test": "run-p test:node test:browser",
"test:node": "mocha \"test/**/*.spec.ts?(x)\"",
"test:browser": "mocha-pup \"test/**/*.spec.ts?(x)\""
},
"version": "5.0.0",
"main": "dist/index.js",
"dependencies": {
"@file-services/types": "^4.1.0",
"@file-services/utils": "^4.1.0"
"@file-services/types": "^5.0.0",
"@file-services/utils": "^5.0.0"
},
"files": [
"cjs",
"esm",
"src"
"dist",
"!dist/test",
"src",
"!*/tsconfig.{json,tsbuildinfo}"
],

@@ -24,0 +16,0 @@ "license": "MIT",

@@ -366,1 +366,7 @@ import type {

}
// to avoid having to include @types/node
interface TracedErrorConstructor extends ErrorConstructor {
stackTraceLimit?: number;
}
declare let Error: TracedErrorConstructor;
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