Socket
Socket
Sign inDemoInstall

bash-obfuscate

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bash-obfuscate - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

2

lib/obfuscate.js

@@ -64,4 +64,4 @@ 'use strict';

});
res += '\neval "' + lines.join('$z') + '"';
res += '\nexec bash <<< "' + lines.join('$z') + '"';
return res;
};
{
"name": "bash-obfuscate",
"version": "1.1.1",
"version": "1.2.0",
"description": "A Node.js CLI tool and library to heavily obfuscate bash scripts.",

@@ -5,0 +5,0 @@ "main": "main.js",

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