Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

idna-uts46-hx

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

idna-uts46-hx - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

7

HISTORY.md

@@ -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 @@

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc