Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

@goodies/get-files

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goodies/get-files

A straightforward package to get files recursively in a directory.

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

get-files

System Requirements

Installation

npm i @goodies/get-files
yarn add @goodies/get-files

Usage

import getFiles from '@goodies/get-files'

for await (let file of getFiles('path/to/directory')) {
  // do something
}

Keywords

goodies

FAQs

Package last updated on 18 May 2022

Did you know?

Socket

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.

Install

Related posts