New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/findup-sync

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/findup-sync - npm Package Compare versions

Comparing version

to
2.0.2

3

findup-sync/index.d.ts

@@ -6,2 +6,3 @@ // Type definitions for findup-sync 2.0

// BendingBender <https://github.com/BendingBender>
// Kotaro Sugawara <https://github.com/kotarella1110>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -17,3 +18,3 @@ // TypeScript Version: 2.2

micromatchOptions?: findupSync.Options
): string;
): string | null;

@@ -20,0 +21,0 @@ declare namespace findupSync {

{
"name": "@types/findup-sync",
"version": "2.0.1",
"version": "2.0.2",
"description": "TypeScript definitions for findup-sync",

@@ -21,2 +21,7 @@ "license": "MIT",

"githubUsername": "BendingBender"
},
{
"name": "Kotaro Sugawara",
"url": "https://github.com/kotarella1110",
"githubUsername": "kotarella1110"
}

@@ -28,3 +33,4 @@ ],

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/findup-sync"
},

@@ -35,4 +41,4 @@ "scripts": {},

},
"typesPublisherContentHash": "2b73a77ab6d82c046030ca36247096ddf5d2b1ef7d20acb880b88d714cd3946b",
"typesPublisherContentHash": "79abd3aa4acb133db173d9b43ad9403b120e6627899198f0ea60de83097406b4",
"typeScriptVersion": "2.2"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for findup-sync ( https://github.com/gulpjs/findup-sync ).
This package contains type definitions for findup-sync (https://github.com/gulpjs/findup-sync).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Wed, 13 Feb 2019 18:42:07 GMT
* Last updated: Wed, 19 Jun 2019 17:18:42 GMT
* Dependencies: @types/micromatch

@@ -18,2 +18,2 @@ * Global values: none

# Credits
These definitions were written by Bart van der Schoor <https://github.com/Bartvds>, Nathan Brown <https://github.com/ngbrown>, BendingBender <https://github.com/BendingBender>.
These definitions were written by Bart van der Schoor <https://github.com/Bartvds>, Nathan Brown <https://github.com/ngbrown>, BendingBender <https://github.com/BendingBender>, and Kotaro Sugawara <https://github.com/kotarella1110>.