Socket
Socket
Sign inDemoInstall

@types/readdir-glob

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/readdir-glob - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

6

readdir-glob/index.d.ts

@@ -18,3 +18,3 @@ // Type definitions for readdir-glob 1.1

*/
pattern?: string;
pattern?: string | string[];
/**

@@ -40,3 +40,3 @@ * Allow pattern to match filenames starting with a period, even if the pattern does not explicitly have a period in that spot.

*/
ignore?: boolean;
ignore?: string | string[];
/**

@@ -47,3 +47,3 @@ * Glob pattern or Array of Glob patterns to exclude folders.

*/
skip?: boolean;
skip?: string | string[];
/**

@@ -50,0 +50,0 @@ * Follow symlinked directories. Note that requires to stat _all_ results, and so reduces performance.

{
"name": "@types/readdir-glob",
"version": "1.1.0",
"version": "1.1.1",
"description": "TypeScript definitions for readdir-glob",

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

},
"typesPublisherContentHash": "534a86caa9587dbfaea6d30152a75fa85ee68869d1fac65d0053202bdb809588",
"typeScriptVersion": "4.2"
"typesPublisherContentHash": "874ac8817f6de65b255537c13871cf316f64885e340d09a7130bda37d35589bf",
"typeScriptVersion": "4.3"
}

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

### Additional Details
* Last updated: Sat, 04 Mar 2023 20:32:36 GMT
* Last updated: Thu, 16 Mar 2023 23:02:35 GMT
* Dependencies: [@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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc