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

saml2-js

Package Overview
Dependencies
Maintainers
5
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 1.4.0 to 1.4.1

14

lib-js/saml2.js

@@ -92,4 +92,4 @@ // Generated by CoffeeScript 1.7.1

create_metadata = function(entity_id, assert_endpoint, signing_certificates, encryption_certificates) {
var encryption_cert_descriptors, encryption_certificate, signing_certificate, singing_cert_descriptors;
singing_cert_descriptors = (function() {
var encryption_cert_descriptors, encryption_certificate, signing_cert_descriptors, signing_certificate;
signing_cert_descriptors = (function() {
var _i, _len, _results;

@@ -124,3 +124,3 @@ _results = [];

'@protocolSupportEnumeration': 'urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:2.0:protocol'
}).concat(singing_cert_descriptors).concat(encryption_cert_descriptors).concat([
}).concat(signing_cert_descriptors).concat(encryption_cert_descriptors).concat([
{

@@ -641,10 +641,2 @@ 'md:SingleLogoutService': {

this.create_logout_request_url = __bind(this.create_logout_request_url, this);
var option, _i, _len, _ref;
_ref = ['entity_id', 'private_key', 'certificate', 'assert_endpoint'];
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
option = _ref[_i];
if (options[option] == null) {
throw new Error("" + option + " is required");
}
}
this.entity_id = options.entity_id, this.private_key = options.private_key, this.certificate = options.certificate, this.assert_endpoint = options.assert_endpoint, this.alt_private_keys = options.alt_private_keys, this.alt_certs = options.alt_certs;

@@ -651,0 +643,0 @@ this.alt_private_keys = [].concat(this.alt_private_keys || []);

{
"name": "saml2-js",
"version": "1.4.0",
"version": "1.4.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