Socket
Socket
Sign inDemoInstall

@adraffy/ens-normalize

Package Overview
Dependencies
Maintainers
1
Versions
50
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.9.1 to 1.9.2

11

package.json
{
"name": "@adraffy/ens-normalize",
"version": "1.9.1",
"version": "1.9.2",
"description": "Compact ES6 Ethereum Name Service (ENS) Name Normalizer",

@@ -27,2 +27,10 @@ "keywords": [

},
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/index.d.ts"
]
}
},
"main": "./dist/index.cjs",

@@ -48,2 +56,3 @@ "module": "./dist/index.mjs",

"scripts": {
"labels": "node validate/download-labels.js",
"derive": "node derive/make.js",

@@ -50,0 +59,0 @@ "make": "node src/make.js",

@@ -5,2 +5,4 @@ # ens-normalize.js

* Follows [ENS Name Normalization Standard](https://github.com/adraffy/ensip-15/blob/master/ens-improvement-proposals/ensip-15-normalization-standard.md)
* Additional Implementations:
* Python — [namehash/ens-normalize-python](https://github.com/namehash/ens-normalize-python)
* [Passes **100%**](https://adraffy.github.io/ens-normalize.js/test/validate.html) Validation Tests

@@ -184,1 +186,7 @@ * Custom [`NFC`](https://unicode.org/reports/tr15/) Implementation (or use native)

* `npm run order` — create optimal group ordering and rebuild again
### Publishing to NPM
This project uses `.js` instead of `.mjs` so [package.json](./package.json) uses `type: module`. To avoid bundling issues, `type` is [dropped during packing](./src/prepost.js). `pre/post` hooks aren't used because they're buggy.
* `npm run pack` instead of `npm pack`
* `npm run pub` instead of `npm publish`
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