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 }}
dsetzer
/
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
node-transformers
on
master
User selector
All users
All time
Commit history
Commits on Sep 7, 2020
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 2, 2020
Dependencies update. Added Test for emoji split with `splitStrings` option
sanex3339
committed
340b728
View commit details
Copy full SHA for 340b728
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 23, 2020
Moved MemberExpressionTransformer back to converting transformers
sanex3339
committed
0d556cb
View commit details
Copy full SHA for 0d556cb
View code at this point
Browse repository at this point
Reorganized transformers structure and order
sanex3339
committed
9c04ede
View commit details
Copy full SHA for 9c04ede
View code at this point
Browse repository at this point
Commits on Aug 18, 2020
Reverted `TaggedTemplateLiteral` obfuscation. https://github.com/javascript-obfuscator/javascript-obfuscator/issues/716
sanex3339
committed
ca03000
View commit details
Copy full SHA for ca03000
View code at this point
Browse repository at this point
Moved ScopeThroughIdentifiersTransformer to the `obfuscation` transformers
sanex3339
committed
3970513
View commit details
Copy full SHA for 3970513
View code at this point
Browse repository at this point
Improved rename of `deadCodeInjection` dead code identifiers. Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/708
sanex3339
committed
0f2f0c2
View commit details
Copy full SHA for 0f2f0c2
View code at this point
Browse repository at this point
Commits on Aug 16, 2020
Renamed ScopeIdentifiersTraverser methods, interfaces and types to more concrete `variable` traverse
sanex3339
committed
dce3650
View commit details
Copy full SHA for dce3650
View code at this point
Browse repository at this point
Commits on Aug 14, 2020
Prevent properties with `get` and `set` kinds from extraction with `transformObjectKeys` option. Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/707
sanex3339
committed
9ff565f
View commit details
Copy full SHA for 9ff565f
View code at this point
Browse repository at this point
Commits on Aug 13, 2020
Acorn@8 version update + fixed ScopeIdentifiersTransformer logic
sanex3339
committed
a60c0c5
View commit details
Copy full SHA for a60c0c5
View code at this point
Browse repository at this point
Commits on Aug 6, 2020
Added `TaggedTemplateLiteral` obfuscation. https://github.com/javascript-obfuscator/javascript-obfuscator/issues/696
sanex3339
committed
574a485
View commit details
Copy full SHA for 574a485
View code at this point
Browse repository at this point
Commits on Jul 31, 2020
Improved ObjectPatternPropertiesTransformer logic. Added tests.
sanex3339
committed
7ce5f96
View commit details
Copy full SHA for 7ce5f96
View code at this point
Browse repository at this point
Added ObjectPatternPropertiesTransformer. Added helper for stubbing selected node transformers.
sanex3339
committed
c85f6c0
View commit details
Copy full SHA for c85f6c0
View code at this point
Browse repository at this point
Commits on Jul 27, 2020
Fixed runtime error `Uncaught SyntaxError: yield is a reserved identifier` when `deadCodeInjection` is enabled
sanex3339
committed
5a66643
View commit details
Copy full SHA for 5a66643
View code at this point
Browse repository at this point
Commits on Jul 15, 2020
ExpressionStatementsMergeTransformer + optimized AbstractStatementSimplifyTransformer logic
sanex3339
committed
37eb0aa
View commit details
Copy full SHA for 37eb0aa
View code at this point
Browse repository at this point
Improved nested variable declarations merging
sanex3339
committed
f10d1d4
View commit details
Copy full SHA for f10d1d4
View code at this point
Browse repository at this point
Block statement simplify transformer
sanex3339
committed
c1b0458
View commit details
Copy full SHA for c1b0458
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 10, 2020
Fixed runtime error when `IfStatement` contains only single `let` or `const` variable declaration when `simlify` option enabled. https://github.com/javascript-obfuscator/javascript-obfuscator/issue…
sanex3339
committed
7282100
View commit details
Copy full SHA for 7282100
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 4, 2020
Added tests for prohibited single if statement
sanex3339
committed
3a3d350
View commit details
Copy full SHA for 3a3d350
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
Fixed runtime error `function statement not allowed` when `deadCodeInjection` is enabled
sanex3339
committed
460e956
View commit details
Copy full SHA for 460e956
View code at this point
Browse repository at this point
Commits on Jul 2, 2020
Added more logic to simplify partially valid if statement branches
sanex3339
committed
937309a
View commit details
Copy full SHA for 937309a
View code at this point
Browse repository at this point
Commits on Jul 1, 2020
Handle more cases of `IfStatement` simplify
sanex3339
committed
5b64f75
View commit details
Copy full SHA for 5b64f75
View code at this point
Browse repository at this point
Added more tests for partial if statement branches
sanex3339
committed
7b8d341
View commit details
Copy full SHA for 7b8d341
View code at this point
Browse repository at this point
Commits on Jun 30, 2020
Added logic and tests to partial simplify consequent only if statements with prohibited nodes
sanex3339
committed
edba004
View commit details
Copy full SHA for edba004
View code at this point
Browse repository at this point
Commits on Jun 28, 2020
IfStatementSimplifyTransformer prototype WIP: refactoring #2
sanex3339
committed
c2d0335
View commit details
Copy full SHA for c2d0335
View code at this point
Browse repository at this point
IfStatementSimplifyTransformer prototype WIP: refactoring #1
sanex3339
committed
0ca8f7b
View commit details
Copy full SHA for 0ca8f7b
View code at this point
Browse repository at this point
Merge branch 'master' into minification-transformers-if-statement
Show description for e8c2782
sanex3339
committed
e8c2782
View commit details
Copy full SHA for e8c2782
View code at this point
Browse repository at this point
Fixed performance regression of `Initializing` stage after `1.2.0`
sanex3339
committed
efebb6d
View commit details
Copy full SHA for efebb6d
View code at this point
Browse repository at this point
IfStatementSimplifyTransformer prototype WIP
sanex3339
committed
770d52c
View commit details
Copy full SHA for 770d52c
View code at this point
Browse repository at this point
Commits on Jun 27, 2020
Fixed some types
sanex3339
committed
13e6ab3
View commit details
Copy full SHA for 13e6ab3
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
Previous
Next
You can’t perform that action at this time.