Socket
Socket
Sign inDemoInstall

fast-glob

Package Overview
Dependencies
17
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.6 to 3.2.7

0

out/index.d.ts

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Settings from '../settings';

2

out/managers/tasks.js

@@ -27,3 +27,3 @@ "use strict";

const insideCurrentDirectoryGroup = groupPatternsByBaseDirectory(patternsInsideCurrentDirectory);
tasks.push(...convertPatternGroupsToTasks(outsideCurrentDirectoryGroup, [], dynamic));
tasks.push(...convertPatternGroupsToTasks(outsideCurrentDirectoryGroup, negative, dynamic));
/*

@@ -30,0 +30,0 @@ * For the sake of reducing future accesses to the file system, we merge all tasks within the current directory

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { MicromatchOptions, EntryFilterFunction, Pattern } from '../../types';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Settings from '../../settings';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Settings from '../../settings';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Pattern, MicromatchOptions, PatternRe } from '../../types';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Matcher from './matcher';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Task } from '../managers/tasks';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Task } from '../managers/tasks';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Settings from '../../settings';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import * as fsStat from '@nodelib/fs.stat';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { FileSystemAdapter, Pattern } from './types';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export declare function flatten<T>(items: T[][]): T[];
export declare function splitWhen<T>(items: T[], predicate: (item: T) => boolean): T[][];

@@ -0,0 +0,0 @@ "use strict";

import { ErrnoException } from '../types';
export declare function isEnoentCodeError(error: ErrnoException): boolean;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import * as array from './array';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Pattern } from '../types';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { MicromatchOptions, Pattern, PatternRe } from '../types';

@@ -0,0 +0,0 @@ "use strict";

/// <reference types="node" />
import { Readable } from 'stream';
export declare function merge(streams: Readable[]): NodeJS.ReadableStream;

@@ -0,0 +0,0 @@ "use strict";

export declare function isString(input: unknown): input is string;
export declare function isEmpty(input: string): boolean;

@@ -0,0 +0,0 @@ "use strict";

{
"name": "fast-glob",
"version": "3.2.6",
"version": "3.2.7",
"description": "It's a very fast and efficient glob library for Node.js",

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc