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

samlify

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

samlify - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

.nyc_output/2189118382a9ee661e87039825c4524b.json

1

build/src/libsaml.js

@@ -373,2 +373,3 @@ "use strict";

var x509Certificate = xpath_1.select("//*[local-name(.)='X509Certificate']", s)[0].firstChild.data;
x509Certificate = utility_1.default.normalizeCerString(x509Certificate);
if (lodash_1.includes(metadataCert, x509Certificate)) {

@@ -375,0 +376,0 @@ selectedCert = x509Certificate;

2

package.json
{
"name": "samlify",
"version": "2.1.0",
"version": "2.1.1",
"description": "High-level API for Single Sign On (SAML 2.0)",

@@ -5,0 +5,0 @@ "main": "build/index.js",

@@ -475,3 +475,4 @@ /**

metadataCert = metadataCert.map(utility.normalizeCerString);
const x509Certificate = select("//*[local-name(.)='X509Certificate']", s)[0].firstChild.data;
let x509Certificate = select("//*[local-name(.)='X509Certificate']", s)[0].firstChild.data;
x509Certificate = utility.normalizeCerString(x509Certificate);
if (includes(metadataCert, x509Certificate)) {

@@ -478,0 +479,0 @@ selectedCert = x509Certificate;

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