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
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
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 }}
hycript
/
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
Datepicker
All time
Commit history
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
Commits on Aug 30, 2020
Mixed string array encoding prototype (#727)
Show description for 42ff668
sanex3339
authored
42ff668
View commit details
Copy full SHA for 42ff668
View code at this point
Browse repository at this point
Commits on Aug 29, 2020
New `optionsPreset` option
sanex3339
committed
645a3c5
View commit details
Copy full SHA for 645a3c5
View code at this point
Browse repository at this point
Commits on Jul 26, 2020
`domainLock` option patterns with leading dot character (`.example.com`) now cover root domains (`example.com`) in addition to all sub-domains (`sub.example.com`)
sanex3339
committed
2f04b37
View commit details
Copy full SHA for 2f04b37
View code at this point
Browse repository at this point
Commits on Jul 12, 2020
Added `numbersToExpressions` option and NumberToNumericalExpressionTransformer
sanex3339
committed
dd8dcac
View commit details
Copy full SHA for dd8dcac
View code at this point
Browse repository at this point
Commits on Jul 9, 2020
Added `mangled-shuffled` identifier names generator
sanex3339
committed
27be5b2
View commit details
Copy full SHA for 27be5b2
View code at this point
Browse repository at this point
Commits on Jul 6, 2020
Renamed option: minify -> simplify
sanex3339
committed
87e2374
View commit details
Copy full SHA for 87e2374
View code at this point
Browse repository at this point
Commits on Jul 3, 2020
Merge branch 'master' into minification-transformers
Show description for 2e198d1
sanex3339
committed
2e198d1
View commit details
Copy full SHA for 2e198d1
View code at this point
Browse repository at this point
Added config file extension validation
sanex3339
committed
6424730
View commit details
Copy full SHA for 6424730
View code at this point
Browse repository at this point
Commits on Jun 26, 2020
`minify` option and variable declarations merge transformer
sanex3339
committed
1d86852
View commit details
Copy full SHA for 1d86852
View code at this point
Browse repository at this point
Commits on Jun 6, 2020
Fixed `renameProperties` description
sanex3339
committed
38e1dd7
View commit details
Copy full SHA for 38e1dd7
View code at this point
Browse repository at this point
Renamed option `mangleProperties` -> `renameProperties`
sanex3339
committed
11cfaf2
View commit details
Copy full SHA for 11cfaf2
View code at this point
Browse repository at this point
Added `mangleProperties` option
sanex3339
committed
f5e06fc
View commit details
Copy full SHA for f5e06fc
View code at this point
Browse repository at this point
Commits on May 31, 2020
Renamed TObject -> TDictionary (#616)
Show description for 9213a13
sanex3339
authored
9213a13
View commit details
Copy full SHA for 9213a13
View code at this point
Browse repository at this point
Commits on May 9, 2020
Dependencies update, acorn update
sanex3339
committed
d0d4bc0
View commit details
Copy full SHA for d0d4bc0
View code at this point
Browse repository at this point
Commits on Apr 10, 2020
Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/593
sanex3339
committed
e2d9784
View commit details
Copy full SHA for e2d9784
View code at this point
Browse repository at this point
Commits on Mar 20, 2020
Dependencies update
sanex3339
committed
7e97ad4
View commit details
Copy full SHA for 7e97ad4
View code at this point
Browse repository at this point
Commits on Mar 16, 2020
Fixed identifiers prefix generation for `obfuscateMultiple` method
sanex3339
committed
bbc672e
View commit details
Copy full SHA for bbc672e
View code at this point
Browse repository at this point
Commits on Mar 14, 2020
Reverted commander version
sanex3339
committed
70428d0
View commit details
Copy full SHA for 70428d0
View code at this point
Browse repository at this point
Commits on Feb 21, 2020
Support of output directory paths with a dot symbol
sanex3339
committed
28b2422
View commit details
Copy full SHA for 28b2422
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.