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

jeffuscator

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jeffuscator - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

6

cli.js

@@ -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

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