javascript-obfuscator
Advanced tools
Comparing version
Change Log | ||
v2.9.1 | ||
--- | ||
* Fixed wrong `stringArrayWrappersParametersMaxCount` CLI option name | ||
v2.9.0 | ||
@@ -8,3 +12,3 @@ --- | ||
* New option: `stringArrayIndexShift` enables additional index shift for all string array calls | ||
* New option: `stringArrayWrappersParametersMaxCount` allows to control the maximum number of string array wrappers parameters | ||
* New option: ``stringArrayWrappersParametersMaxCount`` allows to control the maximum number of string array wrappers parameters | ||
* `stringArrayWrappersType: 'function'` option value moved from `high-obfuscation` to `medium-obfuscation` options preset | ||
@@ -11,0 +15,0 @@ |
{ | ||
"name": "javascript-obfuscator", | ||
"version": "2.9.0", | ||
"version": "2.9.1", | ||
"description": "JavaScript obfuscator", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -374,2 +374,3 @@ <!-- | ||
stringArrayWrappersChainedCalls: true, | ||
stringArrayWrappersParametersMaxCount: 2, | ||
stringArrayWrappersType: 'variable', | ||
@@ -430,2 +431,3 @@ stringArrayThreshold: 0.75, | ||
--string-array-wrappers-chained-calls <boolean> | ||
--string-array-wrappers-parameters-max-count <number> | ||
--string-array-wrappers-type <string> [variable, function] | ||
@@ -1131,3 +1133,3 @@ --string-array-threshold <number> | ||
### `stringArrayWrappersParametersCount` | ||
### `stringArrayWrappersParametersMaxCount` | ||
Type: `number` Default: `2` | ||
@@ -1134,0 +1136,0 @@ |
@@ -377,3 +377,3 @@ /* eslint-disable max-lines */ | ||
.option( | ||
'--string-array-wrappers-parameters-count <number>', | ||
'--string-array-wrappers-parameters-max-count <number>', | ||
'Allows to control the maximum number of string array wrappers parameters', | ||
@@ -380,0 +380,0 @@ parseInt |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
11595249
01509
0.13%