Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
find-up-simple
Advanced tools
Find a file or directory by walking up parent directories — Zero dependencies
Find a file or directory by walking up parent directories
This is a simpler version of my find-up
package, now with zero dependencies.
npm install find-up-simple
/
└── Users
└── sindresorhus
├── unicorn.png
└── foo
└── bar
├── baz
└── example.js
example.js
import path from 'node:path';
import {findUp} from 'find-up-simple';
console.log(await findUp('unicorn.png'));
//=> '/Users/sindresorhus/unicorn.png'
Returns a Promise
for the found path or undefined
if it could not be found.
Returns the found path or undefined
if it could not be found.
Type: string
The name of the file or directory to find.
Type: object
Type: URL | string
Default: process.cwd()
The directory to start from.
Type: string
Default: 'file'
Values: 'file' | 'directory'
The type of path to match.
Type: URL | string
Default: Root directory
A directory path where the search halts if no matches are found before reaching this point.
find-up
?FAQs
Find a file or directory by walking up parent directories — Zero dependencies
The npm package find-up-simple receives a total of 1,740,390 weekly downloads. As such, find-up-simple popularity was classified as popular.
We found that find-up-simple demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.