|
@@ -1,6 +1,6 @@
|
|
{
|
|
{
|
|
"name": "javascript-obfuscator",
|
|
"name": "javascript-obfuscator",
|
|
- "version": "2.5.0",
|
|
|
|
|
|
+ "version": "2.6.0",
|
|
"description": "JavaScript obfuscator",
|
|
"description": "JavaScript obfuscator",
|
|
"keywords": [
|
|
"keywords": [
|
|
"obfuscator",
|
|
"obfuscator",
|
|
@@ -21,9 +21,9 @@
|
|
},
|
|
},
|
|
"types": "index.d.ts",
|
|
"types": "index.d.ts",
|
|
"dependencies": {
|
|
"dependencies": {
|
|
- "@gradecam/tsenum": "1.2.0",
|
|
|
|
"@nuxtjs/opencollective": "0.2.2",
|
|
"@nuxtjs/opencollective": "0.2.2",
|
|
- "acorn": "8.0.3",
|
|
|
|
|
|
+ "acorn": "8.0.4",
|
|
|
|
+ "assert": "2.0.0",
|
|
"chalk": "4.1.0",
|
|
"chalk": "4.1.0",
|
|
"chance": "1.1.7",
|
|
"chance": "1.1.7",
|
|
"class-validator": "0.12.2",
|
|
"class-validator": "0.12.2",
|
|
@@ -37,12 +37,13 @@
|
|
"js-string-escape": "1.0.1",
|
|
"js-string-escape": "1.0.1",
|
|
"md5": "2.3.0",
|
|
"md5": "2.3.0",
|
|
"mkdirp": "1.0.4",
|
|
"mkdirp": "1.0.4",
|
|
- "multimatch": "4.0.0",
|
|
|
|
|
|
+ "multimatch": "5.0.0",
|
|
|
|
+ "process": "0.11.10",
|
|
"reflect-metadata": "0.1.13",
|
|
"reflect-metadata": "0.1.13",
|
|
"source-map-support": "0.5.19",
|
|
"source-map-support": "0.5.19",
|
|
"string-template": "1.0.0",
|
|
"string-template": "1.0.0",
|
|
"stringz": "2.1.0",
|
|
"stringz": "2.1.0",
|
|
- "tslib": "2.0.2"
|
|
|
|
|
|
+ "tslib": "2.0.3"
|
|
},
|
|
},
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
"@istanbuljs/nyc-config-typescript": "1.0.1",
|
|
"@istanbuljs/nyc-config-typescript": "1.0.1",
|
|
@@ -57,20 +58,20 @@
|
|
"@types/mkdirp": "1.0.1",
|
|
"@types/mkdirp": "1.0.1",
|
|
"@types/mocha": "8.0.3",
|
|
"@types/mocha": "8.0.3",
|
|
"@types/multimatch": "4.0.0",
|
|
"@types/multimatch": "4.0.0",
|
|
- "@types/node": "14.11.5",
|
|
|
|
|
|
+ "@types/node": "14.11.8",
|
|
"@types/rimraf": "3.0.0",
|
|
"@types/rimraf": "3.0.0",
|
|
"@types/sinon": "9.0.8",
|
|
"@types/sinon": "9.0.8",
|
|
"@types/string-template": "1.0.2",
|
|
"@types/string-template": "1.0.2",
|
|
"@types/webpack-env": "1.15.3",
|
|
"@types/webpack-env": "1.15.3",
|
|
- "@typescript-eslint/eslint-plugin": "4.4.0",
|
|
|
|
- "@typescript-eslint/parser": "4.4.0",
|
|
|
|
|
|
+ "@typescript-eslint/eslint-plugin": "4.4.1",
|
|
|
|
+ "@typescript-eslint/parser": "4.4.1",
|
|
"chai": "4.2.0",
|
|
"chai": "4.2.0",
|
|
"chai-exclude": "2.0.2",
|
|
"chai-exclude": "2.0.2",
|
|
"coveralls": "3.1.0",
|
|
"coveralls": "3.1.0",
|
|
"cross-env": "7.0.2",
|
|
"cross-env": "7.0.2",
|
|
- "eslint": "7.10.0",
|
|
|
|
|
|
+ "eslint": "7.11.0",
|
|
"eslint-plugin-import": "2.22.1",
|
|
"eslint-plugin-import": "2.22.1",
|
|
- "eslint-plugin-jsdoc": "30.6.3",
|
|
|
|
|
|
+ "eslint-plugin-jsdoc": "30.6.4",
|
|
"eslint-plugin-no-null": "1.0.2",
|
|
"eslint-plugin-no-null": "1.0.2",
|
|
"eslint-plugin-prefer-arrow": "1.2.2",
|
|
"eslint-plugin-prefer-arrow": "1.2.2",
|
|
"eslint-plugin-unicorn": "22.0.0",
|
|
"eslint-plugin-unicorn": "22.0.0",
|
|
@@ -83,11 +84,11 @@
|
|
"rimraf": "3.0.2",
|
|
"rimraf": "3.0.2",
|
|
"sinon": "9.2.0",
|
|
"sinon": "9.2.0",
|
|
"threads": "1.6.3",
|
|
"threads": "1.6.3",
|
|
- "ts-loader": "8.0.4",
|
|
|
|
|
|
+ "ts-loader": "8.0.5",
|
|
"ts-node": "9.0.0",
|
|
"ts-node": "9.0.0",
|
|
"typescript": "4.1.0-beta",
|
|
"typescript": "4.1.0-beta",
|
|
- "webpack": "4.44.2",
|
|
|
|
- "webpack-cli": "3.3.12",
|
|
|
|
|
|
+ "webpack": "5.1.0",
|
|
|
|
+ "webpack-cli": "4.0.0",
|
|
"webpack-node-externals": "2.5.2"
|
|
"webpack-node-externals": "2.5.2"
|
|
},
|
|
},
|
|
"repository": {
|
|
"repository": {
|
|
@@ -97,9 +98,9 @@
|
|
"homepage": "https://obfuscator.io/",
|
|
"homepage": "https://obfuscator.io/",
|
|
"scripts": {
|
|
"scripts": {
|
|
"start": "yarn run watch",
|
|
"start": "yarn run watch",
|
|
- "webpack:prod": "webpack --config webpack/webpack.node.config.js --config webpack/webpack.browser.config.js --mode production",
|
|
|
|
|
|
+ "webpack:prod": "webpack --config ./webpack/webpack.node.config.js --config ./webpack/webpack.browser.config.js --mode production",
|
|
"build": "yarn run webpack:prod && yarn run eslint && yarn test",
|
|
"build": "yarn run webpack:prod && yarn run eslint && yarn test",
|
|
- "watch": "webpack --config webpack/webpack.node.config.js --mode development --watch",
|
|
|
|
|
|
+ "watch": "webpack --config ./webpack/webpack.node.config.js --mode development --watch",
|
|
"test:dev": "ts-node --type-check test/dev/dev.ts",
|
|
"test:dev": "ts-node --type-check test/dev/dev.ts",
|
|
"test:devCompilePerformance": "ts-node test/dev/dev-compile-performance.ts",
|
|
"test:devCompilePerformance": "ts-node test/dev/dev-compile-performance.ts",
|
|
"test:devRuntimePerformance": "ts-node test/dev/dev-runtime-performance.ts",
|
|
"test:devRuntimePerformance": "ts-node test/dev/dev-runtime-performance.ts",
|