@file-services/types
Advanced tools
Comparing version 4.1.0 to 5.0.0
{ | ||
"name": "@file-services/types", | ||
"description": "Common file system interfaces", | ||
"version": "4.1.0", | ||
"main": "cjs/index.js", | ||
"types": "cjs/index.d.ts", | ||
"scripts": { | ||
"clean": "rimraf ./cjs", | ||
"build": "ts-build ./src --cjs" | ||
}, | ||
"version": "5.0.0", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"cjs", | ||
"src" | ||
"dist", | ||
"!dist/test", | ||
"src", | ||
"!*/tsconfig.{json,tsbuildinfo}" | ||
], | ||
@@ -15,0 +12,0 @@ "license": "MIT", |
@@ -117,10 +117,2 @@ export type BufferEncoding = 'ascii' | 'utf8' | 'utf16le' | 'ucs2' | 'base64' | 'latin1' | 'binary' | 'hex'; | ||
/** | ||
* Print errors using `console.error` when the walking operation | ||
* encounters such. | ||
* | ||
* @default false | ||
*/ | ||
printErrors?: boolean; | ||
/** | ||
* Optional file filtering function that receives a file descriptor and returns | ||
@@ -127,0 +119,0 @@ * whether it should be included in the result. |
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
73535
1571
1