@types/glob-stream
Advanced tools
Comparing version 6.1.2 to 6.1.3
@@ -5,6 +5,6 @@ // Type definitions for glob-stream v6.1.0 | ||
// mrmlnc <https://github.com/mrmlnc> | ||
// Manuel Thalmann <https://github.com/manuth> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
/// <reference types="node" /> | ||
/// <reference types="glob" /> | ||
@@ -26,3 +26,3 @@ import glob = require('glob'); | ||
export interface Options extends glob.IOptions { | ||
export interface Options extends glob.GlobOptions { | ||
/** | ||
@@ -29,0 +29,0 @@ * Whether or not to error upon an empty singular glob. |
{ | ||
"name": "@types/glob-stream", | ||
"version": "6.1.2", | ||
"version": "6.1.3", | ||
"description": "TypeScript definitions for glob-stream", | ||
@@ -17,2 +17,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/glob-stream", | ||
"githubUsername": "mrmlnc" | ||
}, | ||
{ | ||
"name": "Manuel Thalmann", | ||
"url": "https://github.com/manuth", | ||
"githubUsername": "manuth" | ||
} | ||
@@ -29,7 +34,7 @@ ], | ||
"dependencies": { | ||
"@types/glob": "~7.2.0", | ||
"@types/node": "*" | ||
"@types/node": "*", | ||
"glob": "^10.2.1" | ||
}, | ||
"typesPublisherContentHash": "2cb7a6e4fae988642b0bb8f1e3e3e655e2ddb4b6e40c81c108b8815dcdb9fc09", | ||
"typesPublisherContentHash": "af95904a26b95b468d7cf6dc533d7c9e88aee2beb28a6140afaa1454c951a58c", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -15,6 +15,6 @@ # Installation | ||
// mrmlnc <https://github.com/mrmlnc> | ||
// Manuel Thalmann <https://github.com/manuth> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
/// <reference types="node" /> | ||
/// <reference types="glob" /> | ||
@@ -36,3 +36,3 @@ import glob = require('glob'); | ||
export interface Options extends glob.IOptions { | ||
export interface Options extends glob.GlobOptions { | ||
/** | ||
@@ -65,3 +65,3 @@ * Whether or not to error upon an empty singular glob. | ||
### Additional Details | ||
* Last updated: Wed, 12 Apr 2023 20:32:54 GMT | ||
* Last updated: Wed, 10 May 2023 21:03:25 GMT | ||
* Dependencies: [@types/glob](https://npmjs.com/package/@types/glob), [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -71,2 +71,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [Bart van der Schoor](https://github.com/Bartvds), and [mrmlnc](https://github.com/mrmlnc). | ||
These definitions were written by [Bart van der Schoor](https://github.com/Bartvds), [mrmlnc](https://github.com/mrmlnc), and [Manuel Thalmann](https://github.com/manuth). |
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
6737
+ Addedglob@^10.2.1
+ Added@isaacs/cliui@8.0.2(transitive)
+ Added@pkgjs/parseargs@0.11.0(transitive)
+ Addedansi-regex@5.0.16.1.0(transitive)
+ Addedansi-styles@4.3.06.2.1(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@2.0.1(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedcross-spawn@7.0.5(transitive)
+ Addedeastasianwidth@0.2.0(transitive)
+ Addedemoji-regex@8.0.09.2.2(transitive)
+ Addedforeground-child@3.3.0(transitive)
+ Addedglob@10.4.5(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedisexe@2.0.0(transitive)
+ Addedjackspeak@3.4.3(transitive)
+ Addedlru-cache@10.4.3(transitive)
+ Addedminimatch@9.0.5(transitive)
+ Addedminipass@7.1.2(transitive)
+ Addedpackage-json-from-dist@1.0.1(transitive)
+ Addedpath-key@3.1.1(transitive)
+ Addedpath-scurry@1.11.1(transitive)
+ Addedshebang-command@2.0.0(transitive)
+ Addedshebang-regex@3.0.0(transitive)
+ Addedsignal-exit@4.1.0(transitive)
+ Addedstring-width@4.2.35.1.2(transitive)
+ Addedstrip-ansi@6.0.17.1.0(transitive)
+ Addedwhich@2.0.2(transitive)
+ Addedwrap-ansi@7.0.08.1.0(transitive)
- Removed@types/glob@~7.2.0
- Removed@types/glob@7.2.0(transitive)
- Removed@types/minimatch@5.1.2(transitive)