Socket
Socket
Sign inDemoInstall

gulp-gnirts

Package Overview
Dependencies
21
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gulp-gnirts

Obfuscate string literals in JavaScript code.


Version published
Weekly downloads
26
decreased by-18.75%
Maintainers
1
Install size
316 kB
Created
Weekly downloads
 

Readme

Source

gulp-gnirts

npm GitHub issues David license

This gulp plugin is wrapper of gnirts.

Obfuscate string literals in JavaScript code.
See gnirts for more information about gnirts.

Getting Started

npm install gulp-gnirts --save-dev

Usage

gulpfile.js

var gulp = require('gulp'),
  gnirts = require('gulp-gnirts');

gulp.task('default', function() {
  return gulp.src('./develop/*.js')
    .pipe(gnirts())
    .pipe(gulp.dest('./public_html/'));
});

Keywords

FAQs

Last updated on 10 Nov 2019

Did you know?

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc