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

@types/saml2-js

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/saml2-js - npm Package Compare versions

Comparing version 2.0.2 to 3.0.0

21

saml2-js/index.d.ts

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

// Type definitions for SAML2-js 2.0.6
// Type definitions for SAML2-js 3.0.1
// Project: https://github.com/Clever/saml2

@@ -133,3 +133,3 @@ // Definitions by: horiuchi <https://github.com/horiuchi>

*/
notbefore_skew?: boolean | undefined;
notbefore_skew?: number | undefined;
}

@@ -162,2 +162,19 @@ export interface CreateLogoutRequestUrlOptions {

name_id: string;
email?: string;
given_name?: string;
name?: string;
upn?: string;
common_name?: string;
group?: string;
role?: string;
surname?: string;
ppid?: string;
authentication_method?: string;
deny_only_group_sid?: string;
deny_only_primary_sid?: string;
deny_only_primary_group_sid?: string;
group_sid?: string;
primary_group_sid?: string;
primary_sid?: string;
windows_account_name?: string;
session_index?: string | undefined;

@@ -164,0 +181,0 @@ session_not_on_or_after?: string | undefined;

4

saml2-js/package.json
{
"name": "@types/saml2-js",
"version": "2.0.2",
"version": "3.0.0",
"description": "TypeScript definitions for SAML2-js",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/saml2-js",

"dependencies": {},
"typesPublisherContentHash": "4002427ccabb0dfb007c45d36d10340ee3245baf7bf29f73f0e576b741559df7",
"typesPublisherContentHash": "053f99e93482d628951cc608e427cbce929aac091c037adcba474cfd163ef569",
"typeScriptVersion": "3.8"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 23 Dec 2021 23:35:47 GMT
* Last updated: Wed, 29 Dec 2021 02:01:22 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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