Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/glob-stream

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/glob-stream - npm Package Compare versions

Comparing version 6.1.2 to 6.1.3

4

glob-stream/index.d.ts

@@ -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).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc