jscrambler-metro-plugin 6.4.9 → 6.4.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/lib/utils.js +2 -2
  2. package/package.json +2 -2
package/lib/utils.js CHANGED
@@ -232,8 +232,8 @@ const addBundleArgsToExcludeList = (chunk, excludeList) => {
232
232
  const m = regex.exec(chunk);
233
233
  if (Array.isArray(m) && m.length > 1) {
234
234
  for (const arg of m[m.length - 1].split(",")) {
235
- if (!excludeList.includes(arg)) {
236
- excludeList.push(arg);
235
+ if (!excludeList.includes(arg.trim())) {
236
+ excludeList.push(arg.trim());
237
237
  }
238
238
  }
239
239
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jscrambler-metro-plugin",
3
- "version": "6.4.9",
3
+ "version": "6.4.12",
4
4
  "description": "A plugin to use metro with Jscrambler",
5
5
  "main": "lib/index.js",
6
6
  "peerDependencies": {
@@ -9,7 +9,7 @@
9
9
  "dependencies": {
10
10
  "commander": "^2.20.0",
11
11
  "fs-extra": "^8.0.1",
12
- "jscrambler": "^6.4.9"
12
+ "jscrambler": "^6.4.12"
13
13
  },
14
14
  "keywords": [
15
15
  "jscrambler",