Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

saml

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

saml - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc