🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@ladjs/gulp-envify

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ladjs/gulp-envify

Gulp plugin for envify without browserify (maintained fork).

latest
Source
npmnpm
Version
2.0.1
Version published
Weekly downloads
893
-58.52%
Maintainers
3
Weekly downloads
 
Created
Source

gulp-envify

Gulp plugin for envify without browserify

Installation

npm install --save-dev gulp-envify

Usage

var envify = require('gulp-envify');

var environment = {
  NODE_ENV: 'production'
};

gulp.task('compress', function() {
  return gulp.src('lib/*.js')
    .pipe(envify(environment))
    .pipe(gulp.dest('dist'));
});

Keywords

envify

FAQs

Package last updated on 04 Jul 2020

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