Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
html-whitespace-sensitive-tag-names
Advanced tools
Utility with info on whitespace sensitive elements.
This package contains info on which HTML elements are whitespace sensitive.
This is only really needed when minifying HTML.
This package is ESM only. In Node.js (version 16+), install with npm:
npm install html-whitespace-sensitive-tag-names
In Deno with esm.sh
:
import {whitespaceSensitiveTagNames} from 'https://esm.sh/html-whitespace-sensitive-tag-names@3'
In browsers with esm.sh
:
<script type="module">
import {whitespaceSensitiveTagNames} from 'https://esm.sh/html-whitespace-sensitive-tag-names@3?bundle'
</script>
import {whitespaceSensitiveTagNames} from 'html-whitespace-sensitive-tag-names'
whitespaceSensitiveTagNames
//=> ['pre', 'script', 'style', 'textarea']
This package exports the identifier
whitespaceSensitiveTagNames
.
There is no default export.
whitespaceSensitiveTagNames
List of HTML tag names that are whitespace sensitive (Array<string>
).
HTML is parsed according to WHATWG HTML (the living standard), which is also followed by all browsers.
The syntax tree used is hast.
This package is fully typed with TypeScript.
Projects maintained by the unified collective are compatible with maintained versions of Node.js.
When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line,
html-whitespace-sensitive-tag-names@^3
,
compatible with Node.js 16.
As rehype works on HTML and improper use of HTML can open you up to a
cross-site scripting (XSS) attack, use of rehype can also be unsafe.
Use rehype-sanitize
to make the tree safe.
See contributing.md
in rehypejs/.github
for ways
to get started.
See support.md
for ways to get help.
This project has a code of conduct. By interacting with this repository, organization, or community you agree to abide by its terms.
FAQs
List of whitespace sensitive HTML tag names
The npm package html-whitespace-sensitive-tag-names receives a total of 48,514 weekly downloads. As such, html-whitespace-sensitive-tag-names popularity was classified as popular.
We found that html-whitespace-sensitive-tag-names demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.