You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module directly uses asn1.js indirectly via @trust/jose <- @trust/webcrypto and via pem-jwk, and also uses asn1 indirectly via @trust/jose <- @trust/webcrypto <- node-rsa <- node-rsa and http-signature <- sshpk<- request <- jsonld <- rdflib.
If correctly guessed (from just looking at the module names!) that those provide same/similar functionality, then it seems worthwhile to refactor to get rid of one of them.
This module directly uses
asn1.js
indirectly via@trust/jose
<-@trust/webcrypto
and viapem-jwk
, and also usesasn1
indirectly via@trust/jose
<-@trust/webcrypto
<-node-rsa
<-node-rsa
andhttp-signature
<-sshpk
<-request
<-jsonld
<-rdflib
.If correctly guessed (from just looking at the module names!) that those provide same/similar functionality, then it seems worthwhile to refactor to get rid of one of them.
See also anvilresearch/webcrypto#85
The text was updated successfully, but these errors were encountered: