[Snyk] Upgrade html-entities from 1.3.1 to 2.1.0#15
Conversation
Snyk has created this PR to upgrade html-entities from 1.3.1 to 2.1.0. See this package in npm: https://www.npmjs.com/package/html-entities See this project in Snyk: https://app.snyk.io/org/turkdevops/project/17a6daf5-631c-43d1-8738-dc60e6a84e20?utm_source=github&utm_medium=upgrade-pr
|
Thanks for your submission. It appears that you've created a pull request using one of our repository's branches. Since this is Thanks again! |
|
*Ruff* 🐶 I wasn't able to find any Docker Compose files in your repository at any of the given paths in the Files checked:
What is this?Pull Dog is a GitHub app that makes test environments for your pull requests using Docker, from a Visit our website to learn more. Commands
TroubleshootingNeed help? Don't hesitate to file an issue in our repository Configuration {
"isLazy": false,
"dockerComposeYmlFilePaths": [
"docker-compose.yml"
],
"expiry": "00:00:00",
"conversationMode": "singleComment"
}Trace ID |
Snyk has created this PR to upgrade html-entities from 1.3.1 to 2.1.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Warning: This is a major version upgrade, and may be a breaking change.
Release notes
Package name: html-entities
-
2.1.0 - 2021-01-27
- Add
-
2.0.6 - 2021-01-25
- Handle invalid numeric HTML entities: mimic browser behaviour.
-
2.0.5 - 2021-01-25
- Handling behaviour of ambiguous ampersands.
-
2.0.4 - 2021-01-22
- Fix webpack build warning.
-
2.0.3 - 2021-01-22
- Handle invalid numeric HTML entities.
-
2.0.2 - 2020-12-29
- Handle
-
2.0.1 - 2020-12-28
- Fix decoding numeric HTML entities.
-
2.0.0 - 2020-12-28
-
-
-
1.4.0 - 2020-12-19
-
1.3.3 - 2020-12-13
-
1.3.2 - 2020-12-13
-
1.3.1 - 2020-04-11
from html-entities GitHub release notesextensivemode toencode()method. This mode encodes all non-printable characters, non-ASCII characters and all characters with named references.nullandundefinedtext values.Performance was greatly improved.
New API: simpler and more flexible.
htmlEntitiesInstance.encode(text)->encode(text)Before:
After:
instance.encodeNonASCII(text)->encode(text, {mode: 'nonAscii'})Before:
After:
instance.encodeNonASCII(text)->encode(text, {mode: 'nonAsciiPrintable'})Before:
After:
instance.decode(text)->decode(text)Before:
After:
Different XML/HTML versions are now implemented via options instead of different classes.
Before:
After:
v1.4.0
v1.3.3
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs