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

@types/glob

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/glob - npm Package Compare versions

Comparing version 7.1.0 to 7.1.1

6

glob/index.d.ts

@@ -36,3 +36,3 @@ // Type definitions for Glob 7.1

strict?: boolean;
cache?: { [path: string]: boolean | 'DIR' | 'FILE' | string[] };
cache?: { [path: string]: boolean | 'DIR' | 'FILE' | ReadonlyArray<string> };
statCache?: { [path: string]: false | { isDirectory(): boolean} | undefined };

@@ -51,3 +51,3 @@ symlinks?: { [path: string]: boolean | undefined };

nodir?: boolean;
ignore?: string | string[];
ignore?: string | ReadonlyArray<string>;
follow?: boolean;

@@ -75,3 +75,3 @@ realpath?: boolean;

aborted: boolean;
cache: { [path: string]: boolean | 'DIR' | 'FILE' | string[] };
cache: { [path: string]: boolean | 'DIR' | 'FILE' | ReadonlyArray<string> };
statCache: { [path: string]: false | { isDirectory(): boolean; } | undefined };

@@ -78,0 +78,0 @@ symlinks: { [path: string]: boolean | undefined };

{
"name": "@types/glob",
"version": "7.1.0",
"version": "7.1.1",
"description": "TypeScript definitions for Glob",

@@ -34,4 +34,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "78d17496a0474ac16e1a7cea259c6ae5ba276f2f354ca1d09a7164612ac64835",
"typesPublisherContentHash": "43019f2af91c7a4ca3453c4b806a01c521ca3008ffe1bfefd37c5f9d6135660e",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Wed, 19 Sep 2018 15:30:27 GMT
* Last updated: Thu, 27 Sep 2018 12:34:19 GMT
* Dependencies: events, minimatch, node

@@ -14,0 +14,0 @@ * Global values: none

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