You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

contego

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contego

A simple tool to obfuscate++ your js code and make it harder for user to read source files

0.0.11
latest
Source
npmnpm
Version published
Weekly downloads
7
250%
Maintainers
1
Weekly downloads
 
Created
Source

Install

npm i contego -g 

Get Started

A simple tool to obfuscate++ your js code and make it harder for user to read source files

Usage

$ contego source_dir dest_dir -u true|false -d true|false -i ^\w+\.test.js$
  • source_dir = source directory
  • dest_dir = destination directory
  • -u = use uglify, true or false
  • -d = debug mode,true or false for extra logging
  • -i = ignore files regex string, provide regex to ignore any files defined by user

Example

$ contego /Users/pradeep/myproject /Users/pradeep/myprojectdest -u true -d false

Keywords

protect

FAQs

Package last updated on 20 Mar 2018

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