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 }}
lineCode
/
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
NodeUtils.ts
on
typings-fix
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 4, 2020
Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/569
sanex3339
committed
3987001
View commit details
Copy full SHA for 3987001
View code at this point
Browse repository at this point
Added prefixes to the generated global identifiers of the added code
sanex3339
committed
6d03a2b
View commit details
Copy full SHA for 6d03a2b
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 Jan 31, 2020
Migration from tslint on eslint #2
sanex3339
committed
7a6a359
View commit details
Copy full SHA for 7a6a359
View code at this point
Browse repository at this point
Commits on Jan 20, 2020
A file path will be displayed on obfuscation error
sanex3339
committed
d0285aa
View commit details
Copy full SHA for d0285aa
View code at this point
Browse repository at this point
Commits on Jan 18, 2020
`ecmaVersion` constant
sanex3339
committed
c050ebc
View commit details
Copy full SHA for c050ebc
View code at this point
Browse repository at this point
Commits on Jan 10, 2020
Switched from `espree` to `acorn`
sanex3339
committed
645e122
View commit details
Copy full SHA for 645e122
View code at this point
Browse repository at this point
Commits on Jan 8, 2020
Auto detection of prevailing kind of variables
sanex3339
committed
3a1cc4e
View commit details
Copy full SHA for 3a1cc4e
View code at this point
Browse repository at this point
Commits on Jan 3, 2020
Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/419
sanex3339
committed
114b053
View commit details
Copy full SHA for 114b053
View code at this point
Browse repository at this point
Commits on Nov 30, 2019
0.18.5 version. Dependencies update
sanex3339
committed
5c61532
View commit details
Copy full SHA for 5c61532
View code at this point
Browse repository at this point
Commits on Jul 29, 2018
Refactoring related on splitting between nodes with statements and nodes with lexical scopes
sanex3339
committed
66640b4
View commit details
Copy full SHA for 66640b4
View code at this point
Browse repository at this point
Commits on Jun 7, 2018
Added getBlockScopeOfNode method
sanex3339
committed
5fdf26b
View commit details
Copy full SHA for 5fdf26b
View code at this point
Browse repository at this point
Commits on May 25, 2018
Added new utils method `getRootStatementOfNode`
sanex3339
committed
850cd68
View commit details
Copy full SHA for 850cd68
View code at this point
Browse repository at this point
Commits on May 24, 2018
Some refactoring
sanex3339
committed
4b74976
View commit details
Copy full SHA for 4b74976
View code at this point
Browse repository at this point
Commits on Mar 29, 2018
Merge remote-tracking branch 'origin/master' into tslint-rules-update
Show description for 87b8c52
sanex3339
committed
87b8c52
View commit details
Copy full SHA for 87b8c52
View code at this point
Browse repository at this point
Updated TSLint rules
sanex3339
committed
ad16e64
View commit details
Copy full SHA for ad16e64
View code at this point
Browse repository at this point
Commits on Mar 28, 2018
Optimised `convertCodeToStructure` method
sanex3339
committed
1820055
View commit details
Copy full SHA for 1820055
View code at this point
Browse repository at this point
Commits on Mar 25, 2018
Switched `esprima` on `espree`. Obfuscation of `export` declarations
sanex3339
committed
3ea05aa
View commit details
Copy full SHA for 3ea05aa
View code at this point
Browse repository at this point
Commits on Mar 16, 2018
New metadata for literals
sanex3339
committed
592ba47
View commit details
Copy full SHA for 592ba47
View code at this point
Browse repository at this point
Commits on Mar 15, 2018
Removed few any
sanex3339
committed
469c51d
View commit details
Copy full SHA for 469c51d
View code at this point
Browse repository at this point
Added NodeMetadata class
sanex3339
committed
78cdba9
View commit details
Copy full SHA for 78cdba9
View code at this point
Browse repository at this point
Commits on Feb 13, 2018
0.14.1 Temporary fix for wrong esprima template-literal parsing
sanex3339
committed
1bb521b
View commit details
Copy full SHA for 1bb521b
View code at this point
Browse repository at this point
Added few utility helpers for finding sibling statement nodes
sanex3339
committed
a8c4660
View commit details
Copy full SHA for a8c4660
View code at this point
Browse repository at this point
Commits on Feb 2, 2018
Remove few any types
sanex3339
committed
b061b3d
View commit details
Copy full SHA for b061b3d
View code at this point
Browse repository at this point
Commits on Jan 16, 2018
Fixed dead code injection runtime error caused by identifiers conflict
sanex3339
committed
87a4638
View commit details
Copy full SHA for 87a4638
View code at this point
Browse repository at this point
Commits on Jan 4, 2018
Refactoring of NodeUtils and NodeGuards classes
sanex3339
committed
21641cd
View commit details
Copy full SHA for 21641cd
View code at this point
Browse repository at this point
Object keys obfuscation - first working realisation
sanex3339
committed
d3bd595
View commit details
Copy full SHA for d3bd595
View code at this point
Browse repository at this point
Commits on Dec 17, 2017
0.13.0 release
sanex3339
committed
75cf036
View commit details
Copy full SHA for 75cf036
View code at this point
Browse repository at this point
Commits on Nov 18, 2017
Dependencies update
sanex3339
committed
f5b9c22
View commit details
Copy full SHA for f5b9c22
View code at this point
Browse repository at this point
Commits on Oct 24, 2017
Update to typescript 2.6.0
sanex3339
committed
815b17d
View commit details
Copy full SHA for 815b17d
View code at this point
Browse repository at this point
Commits on Sep 8, 2017
Moved logic from ParentificationTransformer to NodeUtils.parentizeNode method
sanex3339
committed
19111ab
View commit details
Copy full SHA for 19111ab
View code at this point
Browse repository at this point
Project structure reorganized part 2
sanex3339
committed
2039e19
View commit details
Copy full SHA for 2039e19
View code at this point
Browse repository at this point
Commits on Sep 7, 2017
Project structure reorganized
sanex3339
committed
22756b8
View commit details
Copy full SHA for 22756b8
View code at this point
Browse repository at this point
Refactoring
sanex3339
committed
6819ba6
View commit details
Copy full SHA for 6819ba6
View code at this point
Browse repository at this point
Commits on Sep 4, 2017
Dependencies update
sanex3339
committed
27fe24f
View commit details
Copy full SHA for 27fe24f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.