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

saml2-js

Package Overview
Dependencies
Maintainers
4
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

saml2-js - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

11

lib-js/saml2.js

@@ -567,3 +567,12 @@ // Generated by CoffeeScript 1.7.1

uri = url.parse(identity_provider.sso_login_url);
uri.query = sign_get_request(deflated.toString('base64'), _this.private_key, relay_state);
if (options != null ? options.no_signature : void 0) {
uri.query = {
SAMLRequest: deflated.toString('base64')
};
if (relay_state != null) {
uri.query.RelayState = relay_state;
}
} else {
uri.query = sign_get_request(deflated.toString('base64'), _this.private_key, relay_state);
}
return cb(null, url.format(uri), id);

@@ -570,0 +579,0 @@ };

2

package.json
{
"name": "saml2-js",
"version": "0.8.0",
"version": "0.8.1",
"description": "SAML 2.0 node helpers",

@@ -5,0 +5,0 @@ "author": "Clever",

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