Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-jscrambler

Package Overview
Dependencies
Maintainers
1
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-jscrambler - npm Package Compare versions

Comparing version 0.2.7 to 0.2.9

12

package.json
{
"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 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc