Socket
Socket
Sign inDemoInstall

globby

Package Overview
Dependencies
6
Maintainers
0
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 14.0.1 to 14.0.2

7

index.d.ts

@@ -1,5 +0,4 @@

import type FastGlob from 'fast-glob'; // eslint-disable-line import/no-duplicates
import {type Options as FastGlobOptions, type Entry} from 'fast-glob'; // eslint-disable-line import/no-duplicates
import type FastGlob from 'fast-glob';
export type GlobEntry = Entry;
export type GlobEntry = FastGlob.Entry;

@@ -16,3 +15,3 @@ export type GlobTask = {

type FastGlobOptionsWithoutCwd = Omit<FastGlobOptions, 'cwd'>;
type FastGlobOptionsWithoutCwd = Omit<FastGlob.Options, 'cwd'>;

@@ -19,0 +18,0 @@ export type Options = {

{
"name": "globby",
"version": "14.0.1",
"version": "14.0.2",
"description": "User-friendly glob matching",

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc