jeffuscator
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -17,11 +17,9 @@ #!/usr/bin/env node | ||
console.log(program.inputPath) | ||
if(program.outputPath) { | ||
var output = path.resolve(__dirname, program.outputPath) | ||
var output = program.outputPath | ||
} | ||
new Jeffuscator(path.resolve(__dirname, program.inputPath)) | ||
new Jeffuscator(program.inputPath) | ||
.processFiles(output) | ||
}) | ||
.parse(process.argv) |
{ | ||
"name": "jeffuscator", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Obfuscate JavaScript by renaming all variables and methods to different variations of 'Jeff'.", | ||
@@ -5,0 +5,0 @@ "main": "src/Jeffuscator.js", |
@@ -0,0 +0,0 @@ # Jeffuscator |
@@ -0,0 +0,0 @@ const fs = require('fs-extra') |
@@ -0,0 +0,0 @@ const mime = require('mime-types'); |
@@ -0,0 +0,0 @@ var shouldBeReplaced1 = function() |
@@ -0,0 +0,0 @@ function shouldBeReplaced1() |
@@ -0,0 +0,0 @@ function shouldBeReplaced1() |
@@ -0,0 +0,0 @@ var a_variable; |
var shouldBeReplaced1 = 1, | ||
shouldBeReplaced2 = 1, | ||
shouldBeReplaced3 = 1; |
var shouldBeReplaced1 = 1; | ||
var shouldBeReplaced2; |
@@ -0,0 +0,0 @@ const { expect } = require('chai') |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
31575
511