🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
Socket

gulp-process-file-log

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-process-file-log

1.1.6
latest
Source
npm
Version published
Weekly downloads
11
-26.67%
Maintainers
1
Weekly downloads
 
Created
Source

js-semistandard-styleBuild StatusCode ClimatenpmDependenciesdevDependenciesNPM version

gulp-process-file-log

Install

$ npm install --save-dev gulp-process-file-log

Usage

const gulp = require('gulp');
const logger = require('gulp-process-file-log');

gulp.task('default', () =>
	gulp.src('src/*.js')
		.pipe(logger('log.json'))
		.pipe(gulp.dest('dist'))
);

Result

[
  "bootstrap.js",
  "calendar.js"
]

Keywords

asset

FAQs

Package last updated on 15 Jun 2017

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