Comparing version 0.2.5 to 0.2.6
{ | ||
"name": "saml", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"devDependencies": { | ||
@@ -5,0 +5,0 @@ "mocha": "*", |
@@ -209,3 +209,3 @@ var assert = require('assert'), | ||
nameIdentifier: 'foo', | ||
nameIdentifierFormat: 'http://schemas.xmlsoap.org/claims/UPN' | ||
nameIdentifierFormat: 'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified' | ||
}; | ||
@@ -219,3 +219,3 @@ | ||
assert.equal('foo', nameIdentifier.textContent); | ||
assert.equal('http://schemas.xmlsoap.org/claims/UPN', nameIdentifier.getAttribute('Format')); | ||
assert.equal('urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified', nameIdentifier.getAttribute('Format')); | ||
@@ -222,0 +222,0 @@ var attributes = utils.getAttributes(signedAssertion); |
Sorry, the diff of this file is not supported yet
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
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
23230
1