Comparing version 0.4.3 to 0.4.4
{ | ||
"name": "saml", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"devDependencies": { | ||
@@ -17,3 +17,3 @@ "mocha": "*", | ||
"dependencies": { | ||
"xml-crypto": "0.0.13", | ||
"xml-crypto": "~0.0.17", | ||
"xmldom": "=0.1.15", | ||
@@ -20,0 +20,0 @@ "moment": "~1.7.2" |
@@ -7,3 +7,3 @@ var xmlCrypto = require('xml-crypto'), | ||
var doc = new xmldom.DOMParser().parseFromString(assertion); | ||
var signature = xmlCrypto.xpath.SelectNodes(doc, "/*/*[local-name(.)='Signature' and namespace-uri(.)='http://www.w3.org/2000/09/xmldsig#']")[0]; | ||
var signature = xmlCrypto.xpath(doc, "/*/*[local-name(.)='Signature' and namespace-uri(.)='http://www.w3.org/2000/09/xmldsig#']")[0]; | ||
var sig = new xmlCrypto.SignedXml(null, { idAttribute: 'AssertionID' }); | ||
@@ -10,0 +10,0 @@ sig.keyInfoProvider = { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37505
+ Addedxml-crypto@0.0.23(transitive)
+ Addedxmldom-fork-fixed@0.0.1(transitive)
+ Addedxpath.js@1.1.0(transitive)
- Removedxml-crypto@0.0.13(transitive)
Updatedxml-crypto@~0.0.17