Commit History

Author SHA1 Message Date
  Timofey Kachalov 8acfac18d7 Merge pull request #954 from javascript-obfuscator/rename-properties-preserve-name 3 years ago
  sanex 1dbfd24237 `renameProperties` option now won't generate duplicated property names in some cases 3 years ago
  Timofey Kachalov e4293809b8 Merge pull request #953 from javascript-obfuscator/string-array-function-calls-wrappers-improvements 3 years ago
  sanex 88ea1a2789 Completely removed lexical scope storage logic and data for generation scope calls wrappers 3 years ago
  sanex a1dc2df04f `stringArrayWrappersType: 'function'` now generates different indexes between each wrapper inside the same lexical scope 3 years ago
  Timofey Kachalov 496eb920f0 Merge pull request #952 from javascript-obfuscator/string-array-calls-wrappers-as-function-declarations 3 years ago
  sanex 3a71c78304 * `stringArrayWrappersType: 'function'` now appends `FunctionDeclaration` functions instead of `FunctionExpression` functions. This allows to append these wrappers at random positions inside each scope 3 years ago
  Timofey Kachalov 985cb7e0ba Merge pull request #951 from javascript-obfuscator/transform-object-keys-call-expression 3 years ago
  sanex 7a93c8ca3e Reverted `dev.ts` file 3 years ago
  sanex fdd03c15c5 To increase performance and prevent possible runtime errors `transformObjectKeys` option now completely ignores objects with `NewExpression` nodes 3 years ago
  sanex d62bf3d377 To increase performance and prevent possible runtime errors `transformObjectKeys` option now completely ignores objects with `CallExpression` nodes 3 years ago
  sanex 3007099aec Dependencies update 23.06.21 3 years ago
  Timofey Kachalov ac8b8c4b07 Merge pull request #942 from javascript-obfuscator/string-array-templates-improvements 3 years ago
  sanex f7c5215e30 Improved `stringArray` calls wrapper decode code 3 years ago
  sanex a4d3081f34 Dependencies update. Updated README.md with an updated examples 3 years ago
  Timofey Kachalov 08aad1b706 Merge pull request #941 from javascript-obfuscator/improved-calls-wrapper-template 3 years ago
  sanex 5683e75a91 Improved `stringArray` calls wrapper templates 3 years ago
  Timofey Kachalov 993cf7a2a8 Merge pull request #940 from javascript-obfuscator/dead-code-injection-string-array-chained-calls-integration 3 years ago
  sanex 899456f553 Dead code injection unwrap stage now runs before string array transformers 3 years ago
  sanex 0f0eb279a9 Removed some old info from README.md 3 years ago
  Timofey Kachalov b26692ae04 Merge pull request #938 from javascript-obfuscator/transform-object-keys-this-expression 3 years ago
  sanex 65bc30790d Added more tests for sequence expression and `this` reference 3 years ago
  sanex d46fb7bce1 Updated CHANGELOG.md 3 years ago
  sanex 3cf94b7152 Fixed invalid behaviour of `transformObjectKeys` option when object values contains `this` references 3 years ago
  Timofey Kachalov 21c6fa803d Merge pull request #936 from javascript-obfuscator/domain-lock-destination 4 years ago
  sanex 616ae59d75 `domainDest` => `domainLockRedirectUrl` option rename 4 years ago
  sanex ada04e5106 Updated `domainLock` option description 4 years ago
  Timofey Kachalov 4730e785b6 Merge pull request #932 from javascript-obfuscator/dependabot/npm_and_yarn/lodash-4.17.21 4 years ago
  Timofey Kachalov 461eed22cc Merge pull request #928 from javascript-obfuscator/dependabot/npm_and_yarn/glob-parent-5.1.2 4 years ago
  Timofey Kachalov f61dc766ad Merge pull request #933 from javascript-obfuscator/dependabot/npm_and_yarn/y18n-4.0.3 4 years ago