Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
shuntaochen
/
javascript-obfuscator
Public
forked from
javascript-obfuscator/javascript-obfuscator
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
javascript-obfuscator
src
cli
on
master
User selector
All users
All time
Commit history
Commits on Feb 14, 2022
`debugProtectionInteraval` option now accepts value in milliseconds instead of `boolean` value (#1063)
sanex3339
authored
e8e92c6
View commit details
Copy full SHA for e8e92c6
View code at this point
Browse repository at this point
Commits on Feb 12, 2022
`.cjs` file support for config files
sanex3339
committed
496a610
View commit details
Copy full SHA for 496a610
View code at this point
Browse repository at this point
Added .mjs and .cjs support (#1059)
seho-dev
authored
92535aa
View commit details
Copy full SHA for 92535aa
View code at this point
Browse repository at this point
Commits on Feb 5, 2022
Added `stringArrayCallsTransform` and `stringArrayCallsTransformThreshold` options (#987)
sanex3339
authored
f075a0e
View commit details
Copy full SHA for f075a0e
View code at this point
Browse repository at this point
Commits on Feb 2, 2022
make forward slash in output path consistent
jmbeach
committed
891dbce
View commit details
Copy full SHA for 891dbce
View code at this point
Browse repository at this point
Commits on Oct 17, 2021
Renamed options
sanex3339
committed
ec1c90a
View commit details
Copy full SHA for ec1c90a
View code at this point
Browse repository at this point
`ignoreRequireImports` option renamed to `ignoreImports`
sanex3339
committed
faaab45
View commit details
Copy full SHA for faaab45
View code at this point
Browse repository at this point
Commits on Jul 19, 2021
**New option**: `sourceMapSourcesMode` allows to control `sources` and `sourcesContent` fields of the source map
Show description for b3fc8bc
sanex3339
committed
b3fc8bc
View commit details
Copy full SHA for b3fc8bc
View code at this point
Browse repository at this point
Commits on Jun 11, 2021
`domainDest` => `domainLockRedirectUrl` option rename
sanex3339
committed
616ae59
View commit details
Copy full SHA for 616ae59
View code at this point
Browse repository at this point
Commits on Jun 10, 2021
Some minor fixes for `domainDest` option description. Added normalisation. Version update.
sanex3339
committed
da40474
View commit details
Copy full SHA for da40474
View code at this point
Browse repository at this point
Add CLI option
erikdubbelboer
committed
02c5e8d
View commit details
Copy full SHA for 02c5e8d
View code at this point
Browse repository at this point
Commits on May 31, 2021
Added tests for `writeFile` method of IdentifierNamesCacheFileUtils
sanex3339
committed
13a7302
View commit details
Copy full SHA for 13a7302
View code at this point
Browse repository at this point
Renamed some CLI classes to achieve more consistent naming
sanex3339
committed
1f044e9
View commit details
Copy full SHA for 1f044e9
View code at this point
Browse repository at this point
Commits on May 30, 2021
Changed identifier names cache structure to store multiple identifier caches
sanex3339
committed
f32bcf2
View commit details
Copy full SHA for f32bcf2
View code at this point
Browse repository at this point
Renamed `obfuscatedCode` => `obfuscationResult` variables
sanex3339
committed
f3c4be2
View commit details
Copy full SHA for f3c4be2
View code at this point
Browse repository at this point
Renamed `getAsDictionary` method of IMapStorage to the `getStorageAsDictionary`. Added tests.
sanex3339
committed
442cd7b
View commit details
Copy full SHA for 442cd7b
View code at this point
Browse repository at this point
Commits on May 29, 2021
Identifier names cache option prototype #2. Added readme.
sanex3339
committed
bee043c
View commit details
Copy full SHA for bee043c
View code at this point
Browse repository at this point
Identifier names cache option prototype
sanex3339
committed
f087100
View commit details
Copy full SHA for f087100
View code at this point
Browse repository at this point
Commits on Apr 7, 2021
Added ability to specify the path to the input file after specifying the obfuscator options
Show description for 0926c13
sanex3339
committed
0926c13
View commit details
Copy full SHA for 0926c13
View code at this point
Browse repository at this point
Commits on Mar 7, 2021
`renamePropertiesAutoExclude` option changed by `renamePropertiesMode` option
sanex3339
committed
0acb91c
View commit details
Copy full SHA for 0acb91c
View code at this point
Browse repository at this point
Commits on Nov 20, 2020
Fixed wrong name of obfuscated files when input directory path is the `.` symbol
Show description for 576c50e
sanex3339
committed
576c50e
View commit details
Copy full SHA for 576c50e
View code at this point
Browse repository at this point
Commits on Nov 16, 2020
Fixed wrong `stringArrayWrappersParametersMaxCount` CLI option name
sanex3339
committed
c7cc68b
View commit details
Copy full SHA for c7cc68b
View code at this point
Browse repository at this point
Commits on Nov 15, 2020
Added `stringArrayWrappersParametersMaxCount` option
sanex3339
committed
c0cd04d
View commit details
Copy full SHA for c0cd04d
View code at this point
Browse repository at this point
New option: `stringArrayIndexesType` accepts an array of types of string array call indexes
sanex3339
committed
ed7fbc5
View commit details
Copy full SHA for ed7fbc5
View code at this point
Browse repository at this point
Commits on Nov 14, 2020
New option: `stringArrayIndexShift` enables additional index shift for all string array calls
sanex3339
committed
4f33c76
View commit details
Copy full SHA for 4f33c76
View code at this point
Browse repository at this point
Commits on Nov 7, 2020
New option `ignoreRequireImports` prevents obfuscation of `require` imports
sanex3339
committed
8ae8e0b
View commit details
Copy full SHA for 8ae8e0b
View code at this point
Browse repository at this point
Commits on Oct 8, 2020
Enabled windows builds (#772)
Show description for ac671da
sanex3339
authored
ac671da
View commit details
Copy full SHA for ac671da
View code at this point
Browse repository at this point
Commits on Sep 24, 2020
Refactoring, option rename on `forceTransformStrings`
sanex3339
committed
9301f6a
View commit details
Copy full SHA for 9301f6a
View code at this point
Browse repository at this point
Commits on Sep 23, 2020
`forceTransformedStrings` option
sanex3339
committed
a5d7f74
View commit details
Copy full SHA for a5d7f74
View code at this point
Browse repository at this point
Commits on Sep 15, 2020
New option `stringArrayWrappersType` allows to select a type of the wrappers that are appending by the `stringArrayWrappersCount` option
sanex3339
committed
d86ee42
View commit details
Copy full SHA for d86ee42
View code at this point
Browse repository at this point
Commits on Sep 10, 2020
New option `stringArrayWrappersChainedCalls`. Renamed option `stringArrayIntermediateVariablesCount` on `stringArrayWrappersCount`
sanex3339
committed
f43b138
View commit details
Copy full SHA for f43b138
View code at this point
Browse repository at this point
Changed `stringArrayIntermediateVariablesCount` option description
sanex3339
committed
e87565b
View commit details
Copy full SHA for e87565b
View code at this point
Browse repository at this point
Commits on Sep 7, 2020
Changed option name: `stringArrayIntermediateCalls` -> `stringArrayIntermediateVariablesCount`
sanex3339
committed
e80937d
View commit details
Copy full SHA for e80937d
View code at this point
Browse repository at this point
New option: `stringArrayIntermediateCalls` sets the passed amount of intermediate variables for the `string array`
sanex3339
committed
1b656d7
View commit details
Copy full SHA for 1b656d7
View code at this point
Browse repository at this point
Commits on Sep 1, 2020
Removed unnecessary CLI sanitizers
sanex3339
committed
2e711e4
View commit details
Copy full SHA for 2e711e4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.