Socket
Socket
Sign inDemoInstall

fast-glob

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-glob - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

1

index.d.ts

@@ -6,2 +6,3 @@ import { TransformFunction as Transform, IPartialOptions } from './out/managers/options';

declare namespace FastGlob {
type Options<T = EntryItem> = IPartialOptions<T>;
type TransformFunction<T> = Transform<T>;

@@ -8,0 +9,0 @@

/// <reference types="micromatch" />
/// <reference types="readdir-enhanced" />
import micromatch = require('micromatch');

@@ -3,0 +4,0 @@ import { IOptions } from '../../managers/options';

/// <reference types="micromatch" />
/// <reference types="readdir-enhanced" />
import micromatch = require('micromatch');

@@ -3,0 +4,0 @@ import { IOptions } from '../../managers/options';

3

out/providers/reader-async.d.ts

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

/// <reference types="readdir-enhanced" />
/// <reference types="node" />

@@ -10,3 +11,3 @@ import * as readdir from 'readdir-enhanced';

*/
api(root: string, options: readdir.IReaddirOptions): NodeJS.ReadableStream;
api(root: string, options: readdir.Options): NodeJS.ReadableStream;
/**

@@ -13,0 +14,0 @@ * Use sync API to read entries for Task.

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

/// <reference types="readdir-enhanced" />
/// <reference types="node" />

@@ -9,3 +10,3 @@ import * as readdir from 'readdir-enhanced';

*/
api(root: string, options: readdir.IReaddirOptions): NodeJS.ReadableStream;
api(root: string, options: readdir.Options): NodeJS.ReadableStream;
/**

@@ -12,0 +13,0 @@ * Use stream API to read entries for Task.

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

/// <reference types="readdir-enhanced" />
import * as readdir from 'readdir-enhanced';

@@ -9,3 +10,3 @@ import Reader from './reader';

*/
api(root: string, options: readdir.IReaddirOptions): Entry[];
api(root: string, options: readdir.Options): Entry[];
/**

@@ -12,0 +13,0 @@ * Use sync API to read entries for Task.

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

/// <reference types="readdir-enhanced" />
/// <reference types="micromatch" />

@@ -6,3 +7,3 @@ /// <reference types="node" />

import { ITask } from '../managers/tasks';
import { IReaddirOptions } from 'readdir-enhanced';
import { Options as IReaddirOptions } from 'readdir-enhanced';
import { Entry, EntryItem } from '../types/entries';

@@ -9,0 +10,0 @@ export default abstract class Reader {

{
"name": "fast-glob",
"version": "2.0.0",
"version": "2.0.1",
"description": "Is a faster `node-glob` alternative",

@@ -35,2 +35,3 @@ "license": "MIT",

"@types/node": "^9.3.0",
"@types/readdir-enhanced": "^2.2.0",
"@types/rimraf": "2.0.2",

@@ -40,3 +41,3 @@ "bash-glob": "^2.0.0",

"execa": "^0.8.0",
"fast-glob": "^1.0.1",
"fast-glob": "^2.0.0",
"glob-stream": "^6.1.0",

@@ -43,0 +44,0 @@ "globby": "^7.1.1",

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