Socket
Socket
Sign inDemoInstall

@adraffy/ens-normalize

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adraffy/ens-normalize - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

6

ens-normalize.js

@@ -230,3 +230,4 @@ function bytes_from_base64(s) {

}
throw new Error('disallowed: zero-width joiner without context');
//throw new Error('disallowed: zero-width joiner without context');
return ''; // ignored
} else if (cp === 0x200D) { // https://datatracker.ietf.org/doc/html/rfc5892#appendix-A.2

@@ -238,3 +239,4 @@ // rule 1: V + cp

}
throw new Error('disallowed: zero-width non-joiner without context');
//throw new Error('disallowed: zero-width non-joiner without context');
return ''; // ignored
}

@@ -241,0 +243,0 @@ return get_mapped(cp) ?? String.fromCodePoint(cp);

{
"name": "@adraffy/ens-normalize",
"version": "1.0.4",
"version": "1.0.5",
"description": "Compact ES6 Ethereum Name Service (ENS) Name Normalizer",

@@ -5,0 +5,0 @@ "keywords": ["ENS", "Ethereum", "UTS-46", "IDNA2008"],

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