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
SignedXml - use the right Buffer ctor for digest compares
Do not rely on Buffer.from being a function, as Node 4 does not
support encoding with Buffer.from. RegExp the major version instead;
if 6 or greater, the ctor is deprecated, and we should use .from
0 commit comments