jscrambler
Advanced tools
Comparing version 0.7.2 to 0.7.3
@@ -144,3 +144,3 @@ /** | ||
// If there are no params fallback to `cfg` | ||
var rawParams = omit(params, 'files', 'cwd'); | ||
var rawParams = omit(params, ['files', 'cwd', 'apiVersion', 'port', 'deleteProject']); | ||
if (Object.keys(rawParams).length === 0) { | ||
@@ -147,0 +147,0 @@ params = defaults(params, this.config.params); |
{ | ||
"name": "jscrambler", | ||
"description": "JScrambler API client.", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"homepage": "https://github.com/jscrambler/node-jscrambler", | ||
@@ -6,0 +6,0 @@ "author": { |
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
44876