New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

request-files

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

request-files

A simple way to request single and multiple files

latest
Source
npmnpm
Version
0.0.3
Version published
Weekly downloads
3
50%
Maintainers
1
Weekly downloads
 
Created
Source

Build Status Coverage Status

request-files

A simple way to request single and multiple files

Synopsis

This is a simple way yo request single or multiple file in your node project.

Code Example

const requestFiles = require('request-files');
consta fileList = [];

requestFiles('./**/*_some.js', (f) => fileList.push(f));

Motivation

In a project I need to create several assignment to an object, but as the project grow this assignmento to the objet will have several files. In order to increase the project maintenance.

Installation

npm install @mvieira/request-files

Tests

Just run test with

npm test

Contributors

At this time I am the only maintener of this project, if you see any improvement or bug fell free to create an issue or a pull request

License

MIT: http://rem.mit-license.org

Keywords

node

FAQs

Package last updated on 08 Nov 2016

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