8000 Dependencies update #1 · sec-js/javascript-obfuscator@3e93c35 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e93c35

Browse files
author
sanex3339
committed
Dependencies update #1
1 parent 248f634 commit 3e93c35

File tree

4 files changed

+142
-242
lines changed

4 files changed

+142
-242
lines changed

dist/index.browser.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121
},
2222
"types": "index.d.ts",
2323
"dependencies": {
24+
"@nuxtjs/opencollective": "^0.2.2",
2425
"chalk": "3.0.0",
25-
"chance": "1.1.3",
26+
"chance": "1.1.4",
2627
"class-validator": "0.11.0",
2728
"commander": "4.0.1",
2829
"escodegen-wallaby": "1.6.27",
@@ -34,15 +35,14 @@
3435
"md5": "2.2.1",
3536
"mkdirp": "0.5.1",
3637
"multimatch": "4.0.0",
37-
"opencollective": "1.0.3",
3838
"reflect-metadata": "0.1.13",
3939
"source-map-support": "0.5.16",
4040
"string-template": "1.0.0",
4141
"tslib": "1.10.0"
4242
},
4343
"devDependencies": {
44-
"@types/chai": "4.2.5",
45-
"@types/chance": "1.0.7",
44+
"@types/chai": "4.2.7",
45+
"@types/chance": "1.0.8",
4646
"@types/escodegen": "0.0.6",
4747
"@types/estraverse": "0.0.6",
4848
"@types/estree": "0.0.38",
@@ -66,13 +66,13 @@
6666
"sinon": "7.5.0",
6767
"threads": "0.12.0",
6868
"ts-node": "6.1.0",
69-
"tslint": "5.11.0",
70-
"tslint-eslint-rules": "5.3.1",
69+
"tslint": "5.20.1",
70+
"tslint-eslint-rules": "5.4.0",
7171
"tslint-language-service": "0.9.9",
72-
"tslint-microsoft-contrib": "5.2.0",
72+
"tslint-microsoft-contrib": "6.2.0",
7373
"tslint-webpack-plugin": "1.2.2",
74-
"typescript": "3.7.2",
75-
"webpack": "4.41.2",
74+
"typescript": "3.7.4",
75+
"webpack": "4.41.5",
7676
"webpack-cli": "3.3.10",
7777
"webpack-node-externals": "1.7.2"
7878
},
@@ -99,7 +99,7 @@
9999
"tslint": "scripts/tslint",
100100
"travis": "scripts/travis",
101101
"git:addFiles": "scripts/git-add-files",
102-
"postinstall": "opencollective postinstall"
102+
"postinstall": "opencollective || exit 0"
103103
},
104104
"pre-commit": [
105105
"build",
@@ -114,8 +114,6 @@
114114
],
115115
"license": "BSD-2-Clause",
116116
"collective": {
117-
"type": "opencollective",
118-
"url": "https://opencollective.com/javascript-obfuscator",
119-
"logo": "https://opencollective.com/opencollective/logo.txt"
117+
"url": "https://opencollective.com/javascript-obfuscator"
120118
}
121119
}

tslint.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
"static-method-regex": "^[a-z][\\w\\d]+$",
4444
"function-regex": "^[a-zA-Z][\\w\\d]+$"
4545
}],
46+
"no-function-constructor-with-string-args": false,
47+
"no-use-before-declare": false,
48+
"no-unnecessary-bind": false,
4649
"indent": [
4750
true,
4851
"spaces"
@@ -140,11 +143,11 @@
140143
"no-unsafe-any": false,
141144
"no-unsafe-finally": true,
142145
"no-unused-expression": true,
143-
"no-use-before-declare": true,
144146
"no-useless-files": true,
145147
"no-var-keyword": true,
146148
"no-var-requires": true,
147149
"non-literal-require": false,
150+
"non-literal-fs-path": false,
148151
"max-file-line-count": [true, 500],
149152
"object-curly-spacing": [true, "always"],
150153
"object-literal-sort-keys": false,
@@ -162,7 +165,7 @@
162165
true,
163166
{
164167
"import-sources-order": "any",
165-
"grouped-imports": true,
168+
"grouped-imports": false,
166169
"named-imports-order": "case-insensitive"
167170
}
168171
],
@@ -233,6 +236,7 @@
233236
}
234237
],
235238
"unified-signatures": true,
239+
"unnecessary-bind": true,
236240
"use-isnan": true,
237241
"valid-jsdoc": [false, {
238242
"requireReturn": false,

0 commit comments

Comments
 (0)
0