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

@boxyhq/saml20

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@boxyhq/saml20 - npm Package Compare versions

Comparing version 1.4.8 to 1.4.9

9

dist/index.d.ts

@@ -5,2 +5,11 @@ import { PubKeyInfo } from './cert';

parseMetadata: (idpMeta: string, validateOpts: any) => Promise<Record<string, any>>;
createSAMLResponse: ({ audience, issuer, acsUrl, claims, requestId, privateKey, publicKey, }: {
audience: string;
issuer: string;
acsUrl: string;
claims: Record<string, any>;
requestId: string;
privateKey: string;
publicKey: string;
}) => Promise<string>;
request: ({ ssoUrl, entityID, callbackUrl, isPassive, forceAuthn, identifierFormat, providerName, signingKey, publicKey, }: import("./typings").SAMLReq) => {

@@ -7,0 +16,0 @@ id: string;

1

dist/index.js

@@ -14,2 +14,3 @@ 'use strict';

parseMetadata: metadata_1.parseMetadata,
createSAMLResponse: response_1.createSAMLResponse,
request: request_1.request,

@@ -16,0 +17,0 @@ parseSAMLRequest: request_1.parseSAMLRequest,

2

package.json
{
"name": "@boxyhq/saml20",
"version": "1.4.8",
"version": "1.4.9",
"description": "SAML 2.0 token parser for Node.js",

@@ -5,0 +5,0 @@ "keywords": [

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