
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
limited-file-selector
Advanced tools
Basic implementation to select camera roll files and retrieve their persistent urls/pointers such that we can load the file repeatedly.
Basic implementation to select camera roll files and retrieve their persistent urls/pointers such that we can load the file repeatedly.
npm install limited-file-selector
npx cap sync
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
pickLimitedLibraryPhotos() => Promise<void>
Enables the user to reselect their limited library photos. iOS only
selectFiles() => Promise<{ mediaData: { identifier: string; url: string; name: string; duration: string; type: string; }[]; }>
Opens up the file explorer and allows the user to select items from there
Returns: Promise<{ mediaData: { identifier: string; url: string; name: string; duration: string; type: string; }[]; }>
selectCameraRoll() => Promise<{ mediaData: { identifier: string; url: string; name: string; duration: string; type: string; }[]; }>
Opens up the camera roll and allows the user to select items from there
Returns: Promise<{ mediaData: { identifier: string; url: string; name: string; duration: string; type: string; }[]; }>
getMediaByIdentifier(options: { identifier: string; }) => Promise<{ identifier: string; path: string; }>
Param | Type |
---|---|
options | { identifier: string; } |
Returns: Promise<{ identifier: string; path: string; }>
FAQs
Basic implementation to select camera roll files and retrieve their persistent urls/pointers such that we can load the file repeatedly.
The npm package limited-file-selector receives a total of 0 weekly downloads. As such, limited-file-selector popularity was classified as not popular.
We found that limited-file-selector demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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 flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.