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
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 }}
hacklock
/
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
JavaScriptObfuscator.ts
on
master
User selector
All users
All time
Commit history
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 Jan 30, 2022
Refactoring
sanex3339
committed
cead12a
View commit details
Copy full SHA for cead12a
View code at this point
Browse repository at this point
Commits on Jul 23, 2021
Sync with dev
sanex3339
committed
ba3e4d6
View commit details
Copy full SHA for ba3e4d6
View code at this point
Browse repository at this point
Commits on Jul 19, 2021
Fixed tests. Added `inputFileName` option validation
sanex3339
committed
4ab4406
View commit details
Copy full SHA for 4ab4406
View code at this point
Browse repository at this point
**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 Jul 3, 2021
Renamed MethodDefinitionTransformer => ClassFieldTransformer. Added tests.
sanex3339
committed
f6d865d
View commit details
Copy full SHA for f6d865d
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
Commits on Dec 29, 2020
Merge branch 'master' into rotate-string-array-improvements
Show description for b71b39f
sanex3339
committed
b71b39f
View commit details
Copy full SHA for b71b39f
View code at this point
Browse repository at this point
Preventing move of `"use strict";` directive during obfuscation
sanex3339
committed
2927fa0
View commit details
Copy full SHA for 2927fa0
View code at this point
Browse repository at this point
Commits on Dec 27, 2020
Improved `rotateStringArray` option WIP
sanex3339
committed
efac711
View commit details
Copy full SHA for efac711
View code at this point
Browse repository at this point
Commits on Nov 4, 2020
Switched form `escodegen` to `@javascript-obfuscator/escodegen`
Show description for 98bf2e6
sanex3339
committed
98bf2e6
View commit details
Copy full SHA for 98bf2e6
View code at this point
Browse repository at this point
Commits on Oct 27, 2020
Added `ExportSpecifierTransformer`. Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/791
sanex3339
committed
229c99f
View commit details
Copy full SHA for 229c99f
View code at this point
Browse repository at this point
Commits on Sep 24, 2020
`EscapeSequenceTransformer` moved to the `Finalizing` transformers
sanex3339
committed
dc3da64
View commit details
Copy full SHA for dc3da64
View code at this point
Browse repository at this point
`unicodeEscapeSequence` logic moved to the `EscapeSequenceTransformer`
sanex3339
committed
4c1bae0
View commit details
Copy full SHA for 4c1bae0
View code at this point
Browse repository at this point
Commits on Sep 13, 2020
Refactoring of StringArrayTransformer.ts: moved logic to StringArrayWrappersTransformer, StringArrayScopeCallsWrapperDataStorage and VisitedLexicalScopeNodesStackStorage
sanex3339
committed
e20f282
View commit details
Copy full SHA for e20f282
View code at this point
Browse repository at this point
Commits on Sep 2, 2020
Fixed regression bug with combination of `splitStrings` and `renameProperties` option
Show description for a0dca02
sanex3339
committed
a0dca02
View commit details
Copy full SHA for a0dca02
View code at this point
Browse repository at this point
Commits on Aug 23, 2020
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 Jul 31, 2020
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 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
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 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 Jun 28, 2020
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 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
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 Jun 5, 2020
Base mangle properties realisation
sanex3339
committed
f0465fc
View commit details
Copy full SHA for f0465fc
View code at this point
Browse repository at this point
Commits on Apr 12, 2020
Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/590
sanex3339
committed
75c2a7b
View commit details
Copy full SHA for 75c2a7b
View code at this point
Browse repository at this point
Commits on Mar 14, 2020
Code transformers #2: HashbangOperatorTransformer
sanex3339
committed
e7a6186
View commit details
Copy full SHA for e7a6186
View code at this point
Browse repository at this point
Code transformers #1
sanex3339
committed
3a86db1
View commit details
Copy full SHA for 3a86db1
View code at this point
Browse repository at this point
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 20, 2020
Changed file log messages
sanex3339
committed
ed09424
View commit details
Copy full SHA for ed09424
View code at this point
Browse repository at this point
Commits on Feb 16, 2020
Fixed string array name preserving inside string array helpers
sanex3339
committed
499c2b1
View commit details
Copy full SHA for 499c2b1
View code at this point
Browse repository at this point
Commits on Feb 15, 2020
Refactoring of custom nodes: split on custom nodes and custom code helpers
sanex3339
committed
51523c0
View commit details
Copy full SHA for 51523c0
View code at this point
Browse repository at this point
Commits on Jan 30, 2020
Migration from tslint on eslint #1
sanex3339
committed
64b61a7
View commit details
Copy full SHA for 64b61a7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.