cure53 / DOMPurify

DOMPurify - a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. DOMPurify works with a secure default, but offers a lot of configurability and hooks. Demo:
https://cure53.de/purify
Other
13.77k stars 708 forks source link

Use lower case for bower package name #949

Closed ZheSun88 closed 5 months ago

ZheSun88 commented 5 months ago

This issue proposes a [bug, feature] which...

Background & Context

Hi, I am not sure if this is a bug or just a suggestion for common practice, when checking the bower.json spec, it specifies that the name attribute

- Must be unique.
- Should be slug style for simplicity, consistency and compatibility. Example: unicorn-cake
- Lowercase, a-z, can contain digits, 0-9, can contain dash or dot but not start/end with them.
- Consecutive dashes or dots not allowed.
- 50 characters or less.

Bug

The current bower.json is using uppercase.

cure53 commented 5 months ago

Oh, thanks for spotting, this should have no consequences but also happy to accept a quick PR to change to lowercase :slightly_smiling_face: