New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.8.0 to 2.8.1

2

build/src/extractor.js

@@ -18,3 +18,3 @@ "use strict";

exports.extract = exports.logoutResponseFields = exports.logoutRequestFields = exports.loginResponseFields = exports.logoutResponseStatusFields = exports.loginResponseStatusFields = exports.loginRequestFields = void 0;
var xmldom_1 = require("xmldom");
var xmldom_1 = require("@xmldom/xmldom");
var xpath_1 = require("xpath");

@@ -21,0 +21,0 @@ var utility_1 = require("./utility");

@@ -66,3 +66,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
var xmldom_1 = require("xmldom");
var xmldom_1 = require("@xmldom/xmldom");
var utility_1 = __importStar(require("./utility"));

@@ -69,0 +69,0 @@ var urn_1 = require("./urn");

{
"name": "samlify",
"version": "2.8.0",
"version": "2.8.1",
"description": "High-level API for Single Sign On (SAML 2.0)",

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

@@ -1,2 +0,2 @@

import { DOMParser } from 'xmldom';
import { DOMParser } from '@xmldom/xmldom';
import { select, SelectedValue } from 'xpath';

@@ -3,0 +3,0 @@ import { uniq, last, zipObject, notEmpty } from './utility';

@@ -7,3 +7,3 @@ /**

import { DOMParser } from 'xmldom';
import { DOMParser } from '@xmldom/xmldom';
import utility, { flattenDeep, isString } from './utility';

@@ -10,0 +10,0 @@ import { algorithms, wording, namespace } from './urn';

Sorry, the diff of this file is not supported yet

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