javascript-obfuscator-ui
javascript-obfuscator-ui copied to clipboard
A web UI to the JavaScript Obfuscator node.js package.
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
I tried to compile in windows but it won't because it gives error when it try to use the command 'cp'. So it will run only in Linux / MacOS...
Fixes https://github.com/javascript-obfuscator/javascript-obfuscator/issues/1069
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.1 to 4.19.1. Changelog Sourced from browserslist's changelog. 4.19.1 Fixed throwOnMissing types (by Øyvind Saltvik). 4.19 Added queries grammar definition (by Pig Fang). Added throwOnMissing option (by...
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.4 to 8.4.5. Release notes Sourced from postcss's releases. 8.4.5 Fixed raws types to make object extendable (by @43081j). Moved from Yarn 1 to pnpm. 8.4.4 Fixed...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.20 to 3.2.0. Changelog Sourced from nanoid's changelog. Change Log This project adheres to Semantic Versioning. 3.2 Added --size and --alphabet arguments to binary (by Vitaly Baev)....
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.5.1. Release notes Sourced from jquery's releases. jQuery 3.5.0 Released! See the blog post: https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/ and the upgrade guide: https://jquery.com/upgrade-guide/3.5/ NOTE: Despite being a minor...
After the installation of this bundle I can not get a textarea for putting my javascript. I am using latest version of node and javascript-obfuscator 4. How should I solve...