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

gulp-unwrapper

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-unwrapper

unwrap with gulp ========

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
15
200%
Maintainers
1
Weekly downloads
 
Created
Source

gulp-unwrapper

A gulp plugin for unwrap. Build Status

How To

npm install gulp-unwrapper

API

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

gulp.task('unwrap', function() {
  gulp.src(['./app/*.js'])
    .pipe(unwrapper())
    .pipe(gulp.dest('./dist/'))
});

Keywords

unwrap

FAQs

Package last updated on 31 Oct 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