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
v2.0.3 includes asn1.js@5 when v2.0.2 would include asn1.js@4
This introduces a breaking change for node-jwk-to-pem as well as the code in the dependency is now ES6 (i.e. it uses const which makes older build pipelines choke) when previously it would be using ES5 syntax only.
See: indutny/asn1.js#99 for the same issue happening with asn1.js itself.
The text was updated successfully, but these errors were encountered:
v2.0.3 includes asn1.js@5 when v2.0.2 would include asn1.js@4
This introduces a breaking change for
node-jwk-to-pem
as well as the code in the dependency is now ES6 (i.e. it usesconst
which makes older build pipelines choke) when previously it would be using ES5 syntax only.See: indutny/asn1.js#99 for the same issue happening with
asn1.js
itself.The text was updated successfully, but these errors were encountered: