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

@boxyhq/saml20

Package Overview
Dependencies
Maintainers
4
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.13-beta.1371 to 1.4.13-beta.1373

2

dist/index.d.ts

@@ -9,3 +9,3 @@ import { PubKeyInfo } from './cert';

x509cert: string;
wantAuthnRequestsSigned: false;
wantAuthnRequestsSigned: boolean;
}) => string;

@@ -12,0 +12,0 @@ createSPMetadataXML: ({ entityId, publicKeyString, acsUrl, encryption, }: {

@@ -6,3 +6,3 @@ declare const parseMetadata: (idpMeta: string, validateOpts: any) => Promise<Record<string, any>>;

x509cert: string;
wantAuthnRequestsSigned: false;
wantAuthnRequestsSigned: boolean;
}) => string;

@@ -9,0 +9,0 @@ declare const createSPMetadataXML: ({ entityId, publicKeyString, acsUrl, encryption, }: {

{
"name": "@boxyhq/saml20",
"version": "1.4.13-beta.1371",
"version": "1.4.13-beta.1373",
"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