javascript-obfuscator 3.2.3 → 3.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/dist/index.browser.js +1 -1
- package/dist/index.cli.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "javascript-obfuscator",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.4",
|
|
4
4
|
"description": "JavaScript obfuscator",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"obfuscator",
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@javascript-obfuscator/escodegen": "2.3.0",
|
|
25
25
|
"@javascript-obfuscator/estraverse": "5.4.0",
|
|
26
|
-
"@nuxtjs/opencollective": "0.3.2",
|
|
27
26
|
"acorn": "8.7.0",
|
|
28
27
|
"assert": "2.0.0",
|
|
29
28
|
"chalk": "4.1.2",
|
|
@@ -38,6 +37,7 @@
|
|
|
38
37
|
"md5": "2.3.0",
|
|
39
38
|
"mkdirp": "1.0.4",
|
|
40
39
|
"multimatch": "5.0.0",
|
|
40
|
+
"opencollective-postinstall": "2.0.3",
|
|
41
41
|
"process": "0.11.10",
|
|
42
42
|
"reflect-metadata": "0.1.13",
|
|
43
43
|
"source-map-support": "0.5.21",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"test": "yarn run test:full",
|
|
119
119
|
"eslint": "eslint src/**/*.ts",
|
|
120
120
|
"git:addFiles": "git add .",
|
|
121
|
-
"postinstall": "opencollective",
|
|
121
|
+
"postinstall": "opencollective-postinstall",
|
|
122
122
|
"precommit": "npm run build",
|
|
123
123
|
"prepublishOnly": "npm run build && npm run build:typings",
|
|
124
124
|
"prepare": "husky install"
|