Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gulp-packer50x

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-packer50x

Obfuscate JavasScript via http://packer.50x.eu - This submits the source to the website and returns the result. Contents can be piped.

  • 1.0.61
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-40%
Maintainers
1
Weekly downloads
 
Created
Source

gulp-packer50x

Obfuscate JavasScript via http://packer.50x.eu. This submits the source to the website and returns the result. Contents can be piped.

Change Log

  • v1.0.60 - This is the first version that works. All prior versions will not work.

Installation

npm install gulp-packer50x

Usage


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

gulp.task('scripts', function() {
    gulp.src('./lib/*.js')
    .pipe(packer50x({
        mode: "normal", // (Optional - default: "normal"; Possible Values - "none", "numeric", "normal", "extended")
    }))
    .pipe(gulp.dest('./dist/'));
});
Options
  • mode - defaults to normal
    • none
    • numeric
    • normal
    • extended

License

ISC

Keywords

FAQs

Package last updated on 05 Jun 2016

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc