grunt-jscrambler
Advanced tools
Comparing version 0.2.7 to 0.2.9
{ | ||
"name": "grunt-jscrambler", | ||
"description": "Obfuscate your source files using the JScrambler API.", | ||
"version": "0.2.7", | ||
"homepage": "https://github.com/auditmark/grunt-jscrambler", | ||
"version": "0.2.9", | ||
"homepage": "https://github.com/jscrambler/grunt-jscrambler", | ||
"author": "José Magalhães <magalhas@gmail.com> (https://github.com/magalhas)", | ||
@@ -12,6 +12,6 @@ "contributors": [ | ||
"type": "git", | ||
"url": "git://github.com:auditmark/grunt-jscrambler.git" | ||
"url": "git://github.com:jscrambler/grunt-jscrambler.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/auditmark/grunt-jscrambler/issues" | ||
"url": "https://github.com/jscrambler/grunt-jscrambler/issues" | ||
}, | ||
@@ -21,3 +21,3 @@ "licenses": [ | ||
"type": "MIT", | ||
"url": "https://github.com/auditmark/grunt-jscrambler/blob/master/LICENSE-MIT" | ||
"url": "https://github.com/jscrambler/grunt-jscrambler/blob/master/LICENSE-MIT" | ||
} | ||
@@ -36,3 +36,3 @@ ], | ||
"dependencies": { | ||
"jscrambler": "^0.5.5", | ||
"jscrambler": "^0.5.11", | ||
"lodash": "^2.4.1" | ||
@@ -39,0 +39,0 @@ }, |
@@ -18,21 +18,10 @@ /** | ||
var options = this.options({ | ||
keys: { | ||
accessKey: '', | ||
secretKey: '' | ||
}, | ||
keys: {}, | ||
deleteProject: false | ||
}); | ||
if (!options.params) { | ||
// By default the params are optimized for Node.js | ||
// By default we only use minification parameters | ||
options.params = { | ||
rename_local: '%DEFAULT%', | ||
whitespace: '%DEFAULT%', | ||
literal_hooking: '%DEFAULT%', | ||
dead_code: '%DEFAULT%', | ||
dot_notation_elimination: '%DEFAULT%', | ||
dead_code_elimination: '%DEFAULT%', | ||
constant_folding: '%DEFAULT%', | ||
literal_duplicates: '%DEFAULT%', | ||
function_outlining: '%DEFAULT%', | ||
string_splitting:'%DEFAULT%' | ||
whitespace: '%DEFAULT%' | ||
}; | ||
@@ -39,0 +28,0 @@ } |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
12769
290
Updatedjscrambler@^0.5.11