Socket
Socket
Sign inDemoInstall

js-obfuscator

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-obfuscator - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

8

jsObfuscate.js

@@ -79,3 +79,3 @@ var Q = require('q');

onopentag: function(name, attribs) {
if (name === 'textarea' && attribs.name === 'ctl00$breadcrumbs$TextBox2') {
if (name === 'textarea' && attribs.name === 'ctl00$MainContent$TextBox2') {
getText = true;

@@ -144,5 +144,5 @@ }

bundle.formData['UploadLib_Uploader_js'] = '1';
bundle.formData['__EVENTTARGET'] = 'ctl00$breadcrumbs$Button1';
bundle.formData['ctl00$breadcrumbs$TextBox1'] = strInput;
bundle.formData['ctl00$breadcrumbs$TextBox2'] = '';
bundle.formData['__EVENTTARGET'] = 'ctl00$MainContent$Button1';
bundle.formData['ctl00$MainContent$TextBox1'] = strInput;
bundle.formData['ctl00$MainContent$TextBox2'] = '';
bundle.formData['ctl00$MainContent$TextBox3'] = options.variableExclusions.join('\n');

@@ -149,0 +149,0 @@

{
"name": "js-obfuscator",
"version": "0.1.1",
"version": "0.1.2",
"description": "Obfuscate JavaScript files via javascriptobfuscator.com. This is also a Grunt plugin.",

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

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