@sap/artifact-management-base-types
Advanced tools
Comparing version 1.19.0 to 1.19.1
{ | ||
"name": "@sap/artifact-management-base-types", | ||
"version": "1.19.0", | ||
"version": "1.19.1", | ||
"description": "Type signatures for artifact management", | ||
@@ -5,0 +5,0 @@ "types": "./src/index.d.ts", |
import FastGlobFileSystemAdapter, { FileFilterFunction } from '../fs/FastGlobFileSystemAdapter'; | ||
export declare type GlobOptions = { | ||
onlyFiles?: boolean; | ||
ignore?: [string]; | ||
ignore?: string[]; | ||
onlyDirectories?: boolean; | ||
cwd?: string; | ||
escapeGitIgnore?: boolean; | ||
}; | ||
@@ -8,0 +9,0 @@ export default class ProjectFileSystem { |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
73367
1223