Socket
Book a DemoInstallSign in
Socket

each-file

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

each-file

Loop over file buffers or streams

1.1.0
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

each-file

build status Davis Dependency status

NPM

Loop over file buffers or streams.

Example

var eachFile = require("each-file");

eachFile('*.js', function withFile(file, cb) {
  file.path // The file path
  file.base // Base path based on glob
  file.relative // Relative file path from base
  file.contents // The file contents
  cb(null);
}, function onDone() {
  // completed iterating
});

Installation

npm install each-file

Tests

npm test

NPM scripts

  • npm run cover This runs the tests with code coverage
  • npm run lint This will run the linter on your code
  • npm test This will run the tests.
  • npm run trace This will run your tests in tracing mode.
  • npm run travis This is run by travis.CI to run your tests
  • npm run view-cover This will show code coverage in a browser

Contributors

  • Matt Morgan

MIT Licenced

FAQs

Package last updated on 06 Jun 2015

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.