minimatch
Advanced tools
Comparing version 7.4.3 to 7.4.4
@@ -20,3 +20,3 @@ export interface MinimatchOptions { | ||
optimizationLevel?: number; | ||
platform?: typeof process.platform; | ||
platform?: 'aix' | 'android' | 'darwin' | 'freebsd' | 'haiku' | 'linux' | 'openbsd' | 'sunos' | 'win32' | 'cygwin' | 'netbsd'; | ||
windowsNoMagicRoot?: boolean; | ||
@@ -23,0 +23,0 @@ } |
@@ -20,3 +20,3 @@ export interface MinimatchOptions { | ||
optimizationLevel?: number; | ||
platform?: typeof process.platform; | ||
platform?: 'aix' | 'android' | 'darwin' | 'freebsd' | 'haiku' | 'linux' | 'openbsd' | 'sunos' | 'win32' | 'cygwin' | 'netbsd'; | ||
windowsNoMagicRoot?: boolean; | ||
@@ -23,0 +23,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"description": "a glob matcher in javascript", | ||
"version": "7.4.3", | ||
"version": "7.4.4", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
436285
65
3903