Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
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,456,563 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.