Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@types/findup-sync
Advanced tools
TypeScript definitions for findup-sync
npm install --save @types/findup-sync
This package contains type definitions for findup-sync (https://github.com/gulpjs/findup-sync).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/findup-sync.
import micromatch = require("micromatch");
export = findupSync;
/**
* Find the first file matching a given pattern in the current directory or the nearest ancestor directory.
*
* @param patternOrPatterns Glob pattern(s) or file path(s) to match against.
* @param micromatchOptions Options to pass to [micromatch](https://github.com/jonschlinkert/micromatch).
* Note that if you want to start in a different directory than the current working directory, specify a `cwd` property here.
* @returns Returns the first matching file.
*/
declare function findupSync(
patternOrPatterns: string[] | string,
micromatchOptions?: micromatch.Options,
): string | null;
These definitions were written by Bart van der Schoor, Nathan Brown, BendingBender, and Kotaro Sugawara.
FAQs
TypeScript definitions for findup-sync
We found that @types/findup-sync demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.