Socket
Socket
Sign inDemoInstall

@types/glob

Package Overview
Dependencies
3
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.1.4 to 7.2.0

4

glob/index.d.ts

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

// Type definitions for Glob 7.1
// Type definitions for Glob 7.2
// Project: https://github.com/isaacs/node-glob

@@ -13,2 +13,3 @@ // Definitions by: vvakame <https://github.com/vvakame>

import minimatch = require("minimatch");
import fs = require("fs");

@@ -59,2 +60,3 @@ declare function G(pattern: string, cb: (err: Error | null, matches: string[]) => void): G.IGlob;

absolute?: boolean | undefined;
fs?: typeof fs;
}

@@ -61,0 +63,0 @@

{
"name": "@types/glob",
"version": "7.1.4",
"version": "7.2.0",
"description": "TypeScript definitions for Glob",

@@ -41,4 +41,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/glob",

},
"typesPublisherContentHash": "9c65678f7b7e4a9c5a11737e187e406ff2fa0640018fcc9359b2ec6f7d0eb646",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "436848b740c6ebcf1bfea5b5542b494eb73ed390b43a18c3dffa26ce9bad0aa8",
"typeScriptVersion": "3.7"
}

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

### Additional Details
* Last updated: Tue, 06 Jul 2021 20:33:04 GMT
* Last updated: Tue, 19 Oct 2021 22:01:22 GMT
* Dependencies: [@types/minimatch](https://npmjs.com/package/@types/minimatch), [@types/node](https://npmjs.com/package/@types/node)

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

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