/is-uglified

Detect if a javascript file is uglified

Primary LanguageJavaScriptMIT LicenseMIT

is-uglified

Detect if a javascript file is uglified

CI

How?

We use Mean Identify Length measure. For one handwriting javascript file, the average length of identifiers MUST bigger than it of an uglified one.

E.g.,

We set the threshold value default to 3, detecting whether a javascript file is uglified.

Installing

npm install is-uglified

Usage

import isUglified from 'is-uglified';

isUglified('local_file_to_detect.js') // get result;