Socket
Socket
Sign inDemoInstall

gulp-jsfuck

Package Overview
Dependencies
88
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gulp-jsfuck

Fuck JavaScript and obfuscate it using only 6 characters ()+[]!


Version published
Weekly downloads
1
Maintainers
1
Install size
1.28 MB
Created
Weekly downloads
 

Readme

Source

gulp-jsfuck

Fuck JavaScript and obfuscate it using only 6 characters ()+[]!

Uses JSFuck to obfuscate your JavaScript code.

Installing

npm i -D gulp-jsfuck
var jsfuck = require('gulp-jsfuck');

Usage

Just pipe through jsfuck

gulp.src('path/to/src')
  .pipe(jsfuck())
  .pipe(gulp.dest('path/to/dest'))

License

MIT

Keywords

FAQs

Last updated on 12 Feb 2014

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