فهرست منبع

Dependencies update

sanex3339 5 سال پیش
والد
کامیت
af6d3db415
6فایلهای تغییر یافته به همراه19 افزوده شده و 11 حذف شده
  1. 0 0
      dist/index.browser.js
  2. 0 0
      dist/index.cli.js
  3. 0 0
      dist/index.js
  4. 2 2
      package.json
  5. 1 1
      test/performance-tests/JavaScriptObfuscatorMemory.spec.ts
  6. 16 8
      yarn.lock

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
dist/index.browser.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
dist/index.cli.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
dist/index.js


+ 2 - 2
package.json

@@ -29,7 +29,7 @@
     "class-validator": "0.12.2",
     "class-validator": "0.12.2",
     "commander": "5.1.0",
     "commander": "5.1.0",
     "escodegen": "1.14.2",
     "escodegen": "1.14.2",
-    "eslint-scope": "5.0.0",
+    "eslint-scope": "5.1.0",
     "estraverse": "5.1.0",
     "estraverse": "5.1.0",
     "eventemitter3": "4.0.4",
     "eventemitter3": "4.0.4",
     "fast-deep-equal": "3.1.1",
     "fast-deep-equal": "3.1.1",
@@ -65,7 +65,7 @@
     "coveralls": "3.1.0",
     "coveralls": "3.1.0",
     "eslint": "7.1.0",
     "eslint": "7.1.0",
     "eslint-plugin-import": "2.20.2",
     "eslint-plugin-import": "2.20.2",
-    "eslint-plugin-jsdoc": "27.0.2",
+    "eslint-plugin-jsdoc": "27.0.3",
     "eslint-plugin-no-null": "1.0.2",
     "eslint-plugin-no-null": "1.0.2",
     "eslint-plugin-prefer-arrow": "1.2.1",
     "eslint-plugin-prefer-arrow": "1.2.1",
     "eslint-plugin-unicorn": "20.1.0",
     "eslint-plugin-unicorn": "20.1.0",

+ 1 - 1
test/performance-tests/JavaScriptObfuscatorMemory.spec.ts

@@ -9,7 +9,7 @@ const heapValueToMB = (value: number) => Math.round(value / 1024 / 1024 * 100) /
 describe('JavaScriptObfuscator memory', function () {
 describe('JavaScriptObfuscator memory', function () {
     const iterationsCount: number = 500;
     const iterationsCount: number = 500;
     const gcDiffThreshold: number = 10;
     const gcDiffThreshold: number = 10;
-    const allowedHeapDiffThreshold: number = 50;
+    const allowedHeapDiffThreshold: number = 80;
 
 
     this.timeout(100000);
     this.timeout(100000);
 
 

+ 16 - 8
yarn.lock

@@ -1847,10 +1847,10 @@ [email protected]:
     read-pkg-up "^2.0.0"
     read-pkg-up "^2.0.0"
     resolve "^1.12.0"
     resolve "^1.12.0"
 
 
[email protected].2:
-  version "27.0.2"
-  resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-27.0.2.tgz#5f518b23b1bd932e6ead55defa620a1999c138a2"
-  integrity sha512-Oa5khI+ZuokO4CW9TddcOLzd8IHn1LdHAM3XgmPiZ4FZX6gi/R4swySXPx5mRvBb4y4sSqB09li/qpjE7aHjHA==
[email protected].3:
+  version "27.0.3"
+  resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-27.0.3.tgz#8dade43cc61cf220c72709477456c6437a7bcf8e"
+  integrity sha512-TWagiFwWFAq1rkl4cuoh6JHD7qAYCuYEinZe6Rxnfu7FvoxRnAMAu6zswADIzQXHoK2c+ueTDOKAQSHII0ttHg==
   dependencies:
   dependencies:
     comment-parser "^0.7.4"
     comment-parser "^0.7.4"
     debug "^4.1.1"
     debug "^4.1.1"
@@ -1889,10 +1889,10 @@ [email protected]:
     safe-regex "^2.1.1"
     safe-regex "^2.1.1"
     semver "^7.3.2"
     semver "^7.3.2"
 
 
-eslint-scope@5.0.0, eslint-scope@^5.0.0:
-  version "5.0.0"
-  resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9"
-  integrity sha512-oYrhJW7S0bxAFDvWqzvMPRm6pcgcnWc4QnofCAqRTRfQC0JcwenzGglTtsLyIuuWFfkqDG9vz67cnttSd53djw==
+eslint-scope@5.1.0:
+  version "5.1.0"
+  resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.0.tgz#d0f971dfe59c69e0cada684b23d49dbf82600ce5"
+  integrity sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w==
   dependencies:
   dependencies:
     esrecurse "^4.1.0"
     esrecurse "^4.1.0"
     estraverse "^4.1.1"
     estraverse "^4.1.1"
@@ -1905,6 +1905,14 @@ eslint-scope@^4.0.3:
     esrecurse "^4.1.0"
     esrecurse "^4.1.0"
     estraverse "^4.1.1"
     estraverse "^4.1.1"
 
 
+eslint-scope@^5.0.0:
+  version "5.0.0"
+  resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9"
+  integrity sha512-oYrhJW7S0bxAFDvWqzvMPRm6pcgcnWc4QnofCAqRTRfQC0JcwenzGglTtsLyIuuWFfkqDG9vz67cnttSd53djw==
+  dependencies:
+    esrecurse "^4.1.0"
+    estraverse "^4.1.1"
+
 eslint-template-visitor@^2.0.0:
 eslint-template-visitor@^2.0.0:
   version "2.0.0"
   version "2.0.0"
   resolved "https://registry.yarnpkg.com/eslint-template-visitor/-/eslint-template-visitor-2.0.0.tgz#7cb6471ed29a53ab28a1dcbfca38355251c2be06"
   resolved "https://registry.yarnpkg.com/eslint-template-visitor/-/eslint-template-visitor-2.0.0.tgz#7cb6471ed29a53ab28a1dcbfca38355251c2be06"

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است