jscrambler
Advanced tools
Comparing version 8.6.5 to 8.6.6
# jscrambler | ||
## 8.6.6 | ||
### Patch Changes | ||
- [57d7550]: fix compatibility of cwd and beforeProtection options | ||
## 8.6.5 | ||
@@ -4,0 +10,0 @@ |
@@ -69,5 +69,2 @@ "use strict"; | ||
} = scriptObject; | ||
if (cwd) { | ||
target = (0, _path.join)(cwd, target); | ||
} | ||
target = (0, _path.normalize)(target); | ||
@@ -74,0 +71,0 @@ if (target === path) { |
{ | ||
"name": "jscrambler", | ||
"description": "Jscrambler API client.", | ||
"version": "8.6.5", | ||
"version": "8.6.6", | ||
"homepage": "https://github.com/jscrambler/jscrambler", | ||
@@ -6,0 +6,0 @@ "author": "Jscrambler <support@jscrambler.com>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
131436
2644