Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@types/find

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/find - npm Package Compare versions

Comparing version
0.2.0
to
0.2.1
+4
-4
find/index.d.ts

@@ -48,3 +48,3 @@ // Type definitions for find 0.2

*/
export function eachFile(root: string, callback: (file: string) => void): FindEachStream;
export function eachfile(root: string, callback: (file: string) => void): FindEachStream;

@@ -57,3 +57,3 @@ /**

*/
export function eachFile(pattern: string | RegExp, root: string, callback: (file: string) => void): FindEachStream;
export function eachfile(pattern: string | RegExp, root: string, callback: (file: string) => void): FindEachStream;

@@ -110,3 +110,3 @@ /**

*/
export function eachDir(root: string, callback: (directory: string) => void): FindEachStream;
export function eachdir(root: string, callback: (directory: string) => void): FindEachStream;

@@ -119,2 +119,2 @@ /**

*/
export function eachDir(pattern: string | RegExp, root: string, callback: (directory: string) => void): FindEachStream;
export function eachdir(pattern: string | RegExp, root: string, callback: (directory: string) => void): FindEachStream;
{
"name": "@types/find",
"version": "0.2.0",
"version": "0.2.1",
"description": "TypeScript definitions for find",

@@ -16,8 +16,8 @@ "license": "MIT",

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "83326c65bc991b9519b720f57700b244f12738a885ddb05fa4bfe812d4d320ab",
"typesPublisherContentHash": "8f522778c69c7b971c01dc54d87b4d4f330546b5c6251d0a8119cbdfe071e107",
"typeScriptVersion": "2.0"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/find
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/find
Additional Details
* Last updated: Sat, 11 Nov 2017 09:13:25 GMT
* Last updated: Mon, 30 Jul 2018 23:12:12 GMT
* Dependencies: none

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