@file-services/overlay
Advanced tools
Comparing version 4.1.0 to 5.0.0
{ | ||
"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; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42382
13
751
1
+ Added@file-services/types@5.7.1(transitive)
+ Added@file-services/utils@5.7.1(transitive)
- Removed@file-services/types@4.1.0(transitive)
- Removed@file-services/utils@4.1.0(transitive)
Updated@file-services/types@^5.0.0
Updated@file-services/utils@^5.0.0