Socket
Socket
Sign inDemoInstall

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

Simple code protect for javascript files


Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

Install

npm i contego -g 

Get Started

Contego is a simple tool to obfucate code and make it harder for user to read source code of files

Usage

$ contego -u js|es|null -d true|false -i ^\w\.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 regex string, provide regex to ignore any files define by user

Example

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

Keywords

FAQs

Package last updated on 05 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

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