idna-uts46-hx
Advanced tools
Comparing version 6.0.1 to 6.0.2
@@ -0,1 +1,8 @@ | ||
## [6.0.2](https://github.com/centralnicgroup-opensource/rtldev-middleware-idna-uts46/compare/v6.0.1...v6.0.2) (2024-2-23) | ||
### Bug Fixes | ||
* **readme:** review note about performance ([e38a99c](https://github.com/centralnicgroup-opensource/rtldev-middleware-idna-uts46/commit/e38a99cfbce8ce31bf26efcc5b508fe945928f13)) | ||
## [6.0.1](https://github.com/centralnicgroup-opensource/rtldev-middleware-idna-uts46/compare/v6.0.0...v6.0.1) (2024-2-23) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "idna-uts46-hx", | ||
"description": "Convert Domain Names correctly from IDN to Punycode and vice-versa and offer TR46 processing.", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "type": "module", |
@@ -39,3 +39,3 @@ # IDNA-UTS #46 in JavaScript | ||
We haven't tested for this explicitely, but as we dropped the IDNA mapping table on our end by the Migration to package `tr46`, there's no longer a compression included for it as that table is no longer directly in our hands. This was a great way for improving the page load time on browser side. Maintainability + Efforts > Performance. This may again change in future, but needs resources assigned. PR = welcome. | ||
We haven't tested for this explicitely, but as we dropped the IDNA mapping table on our end by the Migration to package `tr46`, there's no longer a compression included for it as that table is no longer directly in our hands. This was a great way for improving the page load time on browser side. Maintainability + Efforts > Performance. In addition, the `lib/mappingTable.json` of tr46 uses a different structure than we used on our end. The issues we noticed with our way do not apply here. By that, there's maybe not a performance issue applying. | ||
@@ -42,0 +42,0 @@ #### New Labels for Options |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
718561
24
3239