Socket
Socket
Sign inDemoInstall

globby

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

globby - npm Package Compare versions

Comparing version 11.0.3 to 11.0.4

16

index.d.ts

@@ -1,2 +0,2 @@

import {Options as FastGlobOptions} from 'fast-glob';
import {Options as FastGlobOptions, Entry as FastGlobEntry} from 'fast-glob';

@@ -9,2 +9,4 @@ declare namespace globby {

type Entry = FastGlobEntry;
interface GlobbyOptions extends FastGlobOptions {

@@ -92,6 +94,9 @@ /**

*/
sync: (
sync: ((
patterns: string | readonly string[],
options: globby.GlobbyOptions & {objectMode: true}
) => globby.Entry[]) & ((
patterns: string | readonly string[],
options?: globby.GlobbyOptions
) => string[];
) => string[]);

@@ -151,2 +156,7 @@ /**

(
patterns: string | readonly string[],
options: globby.GlobbyOptions & {objectMode: true}
): Promise<globby.Entry[]>;
/**

@@ -153,0 +163,0 @@ Find files and directories using glob patterns.

2

package.json
{
"name": "globby",
"version": "11.0.3",
"version": "11.0.4",
"description": "User-friendly glob matching",

@@ -5,0 +5,0 @@ "license": "MIT",

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