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.1 to 1.1.2

10

readdir-glob/index.d.ts

@@ -8,4 +8,4 @@ // Type definitions for readdir-glob 1.1

import * as fs from 'fs';
import { EventEmitter } from 'events';
import { EventEmitter } from "events";
import * as fs from "fs";

@@ -94,11 +94,11 @@ declare function readdirGlob(root: string, options: readdirGlob.Options): readdirGlob.ReaddirGlob;

*/
on(event: 'match', callback: (match: Match) => void): this;
on(event: "match", callback: (match: Match) => void): this;
/**
* When the matching is finished, this is emitted with all the matches found.
*/
on(event: 'error', callback: (error: Error) => void): this;
on(event: "error", callback: (error: Error) => void): this;
/**
* Emitted when an unexpected error is encountered.
*/
on(event: 'end', callback: (matches: ReadonlyArray<Match>) => void): this;
on(event: "end", callback: (matches: ReadonlyArray<Match>) => void): this;
/**

@@ -105,0 +105,0 @@ * Temporarily stop the search

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

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

},
"typesPublisherContentHash": "874ac8817f6de65b255537c13871cf316f64885e340d09a7130bda37d35589bf",
"typeScriptVersion": "4.3"
"typesPublisherContentHash": "8ed1705705cc5cacafe2d6694d8585152f0005e04f194cb4599a569c364c446f",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Thu, 16 Mar 2023 23:02:35 GMT
* Last updated: Wed, 27 Sep 2023 07:12:04 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