🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

javascript-obfuscator

Package Overview
Dependencies
Maintainers
1
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

javascript-obfuscator - npm Package Compare versions

Comparing version

to
2.9.1

6

CHANGELOG.md
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 @@

2

package.json
{
"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