ensdomains / ensjs-v2

Javascript bindings for the Ethereum Name Service
208 stars 122 forks source link

Deprecated dependency triggering npm audit failures #81

Closed wbt closed 2 years ago

wbt commented 2 years ago

This project still has a dependency on the deprecated package @ensdomains/ens which is leading to some npm audit failures. That dependency should be replaced if needed.

wbt commented 2 years ago

It looks like this would be fixed by https://github.com/ensdomains/ensjs/pull/76

wbt commented 2 years ago

As an example, truffle-contract@4.4.2 (latest) has a dependency on "@ensdomains/ensjs": "^2.0.1", so any installation of that package is leading to audit failures due to the deprecated dependency in this package.