You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

netlify-plugin-js-obfuscator

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netlify-plugin-js-obfuscator - npm Package Compare versions

Comparing version

to
1.0.12

2

package.json
{
"name": "netlify-plugin-js-obfuscator",
"version": "1.0.11",
"version": "1.0.12",
"description": "JavaScript Obfuscator for your sites hosted on netlify, which provide protection for your source code.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -29,11 +29,11 @@ # netlify-plugin-js-obfuscator

# Compact code output on one line.
compact : false
compact: false
# Enables numbers conversion to expressions
numbersToExpressions : true
numbersToExpressions: true
# Enables additional code obfuscation through simplification.
simplify : true
# Randomly shuffles the stringArray array items
shuffleStringArray : true
shuffleStringArray: true
# Splits literal strings into chunks with length of splitStringsChunkLength option value
splitStrings : true
splitStrings: true
```

@@ -40,0 +40,0 @@