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

gulp-no-strict

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-no-strict

A simple bit of code to manually remove all instances of 'use strict' in a file.

latest
Source
npmnpm
Version
0.0.7
Version published
Maintainers
1
Created
Source

gulp-no-strict

A simple bit of code for removing all instances of 'use strict' from a file in a gulp stream.

Installation

$ npm i -D gulp-no-strict

Usage

const lucyGoosy = require('gulp-no-strict')

gulp.task('default', ()=> {
        jsSrc  = './js/src/someFile.js'
        jsDst  = './js/assets/'
     return gulp.src(jsSrc)
       .pipe(lucyGoosy())
       .pipe(gulp.dest(jsDst))
  })

Voilá!!!!

####It's the wild, wild west!

FAQs

Package last updated on 25 Feb 2019

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