js-beautify
js-beautify copied to clipboard
Beautifier for javascript
Prototype pollution vulnerability in beautify-web js-beautify 1.13.7 via the name variable in options.js. The prototype pollution vulnerability can be mitigated with several best practices described here: https://learn.snyk.io/lessons/prototype-pollution/javascript/
# Description - [x] Source branch in your fork has meaningful name (not `main`) Fixes #1350 # Before Merge Checklist These items can be completed after PR is created. (Check...
# Description There seems to be a bug with the syntax highlighting. I'm not sure what's going on here, but this is not the first time I've seen a problem...
it would be cool if you took advantage of the sourcemap if such exist. Would be nice to just pass a url and all the relative path from that url...
# Description Referencing [VSCode Issue 84386](https://github.com/microsoft/vscode/issues/84386). VSCode uses js-beautify for formatting, and defaults wrap_line_length to 120. Issue: Multiple runs of js-beautify on HTML with wrap_line_length set results in text with...
# Description I think this is some regression, as it already has been fixed once in https://github.com/beautify-web/js-beautify/issues/1337 seems to be broken now. # Input The code looked like this before...
Fixes #2062 # Description - [x] Source branch in your fork has meaningful name (not `main`) Fixes Issue: # Before Merge Checklist These items can be completed after PR is...
# Description there is an issue with tag. For example ``` var html = // does NOT work //var html = // does NOT work ``` # Input The code...
# Description - [x] Source branch in your fork has meaningful name (not `main`) Fixes Issue: https://github.com/beautifier/js-beautify/issues/2260 # Before Merge Checklist These items can be completed after PR is created....
# Beautifier wrap inline comments near css rules ## Input The code looked like this before beautification: ```css .hero-about { background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .6)), url("../../images/backgrounds/team.png")...