jscrambler 6.2.6 → 6.2.8
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/dist/bin/jscrambler.js +1 -3
- package/package.json +1 -1
package/dist/bin/jscrambler.js
CHANGED
|
@@ -15,8 +15,6 @@ var _config3 = _interopRequireDefault(require("../config"));
|
|
|
15
15
|
|
|
16
16
|
var _ = _interopRequireDefault(require("../"));
|
|
17
17
|
|
|
18
|
-
var _cli = require("../cli");
|
|
19
|
-
|
|
20
18
|
var _utils = require("../utils");
|
|
21
19
|
|
|
22
20
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
@@ -253,7 +251,7 @@ var _config2 = config,
|
|
|
253
251
|
numberOfProtections = _config2.numberOfProtections,
|
|
254
252
|
ensureCodeAnnotation = _config2.ensureCodeAnnotation,
|
|
255
253
|
forceAppEnvironment = _config2.forceAppEnvironment;
|
|
256
|
-
var params =
|
|
254
|
+
var params = config.params;
|
|
257
255
|
var incompatibleOptions = ['sourceMaps', 'instrument', 'startProfiling', 'stopProfiling'];
|
|
258
256
|
var usedIncompatibleOptions = [];
|
|
259
257
|
|