auth0 / node-samlp

SAML Protocol support for node (only IdP for now)
MIT License
136 stars 117 forks source link

chore: update xml-crypto dependency #101

Closed CriGoT closed 4 years ago

CriGoT commented 4 years ago

Description

Updates xml-crypto to the latest release available.

luuuis commented 4 years ago

Looking at the module's history the reason for the v0.10.x to v1.x version bump is somewhat opaque.I couldn't find any tags for 0.10.x, only for 0.9.x.

https://github.com/yaronn/xml-crypto/compare/v0.9.0...v1.0.0

Do you know what the breaking change is, if any?

CriGoT commented 4 years ago

Looking at the module's history the reason for the v0.10.x to v1.x version bump is somewhat opaque.I couldn't find any tags for 0.10.x, only for 0.9.x.

yaronn/xml-crypto@v0.9.0...v1.0.0

Do you know what the breaking change is, if any?

I couldn't find any. There are many small dependency updates and a few new options that would result in new behaviours but none of those modify the pre-existing behaviour.