Socket
Socket
Sign inDemoInstall

contego

Package Overview
Dependencies
34
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

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


Version published
Weekly downloads
14
increased by366.67%
Maintainers
1
Install size
5.59 MB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 20 Mar 2018

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