@types/saml
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -77,3 +77,6 @@ // Type definitions for saml 1.0 | ||
function create(opts: SamlSignedOpts, cb?: (err: Error | null, result: any[], proofSecret: Buffer) => void): any; | ||
function createUnsignedAssertion(opts: SamlUnassignedOpts, cb?: (err: Error | null, result: any[], proofSecret: Buffer) => void): any; | ||
function createUnsignedAssertion( | ||
opts: SamlUnassignedOpts, | ||
cb?: (err: Error | null, result: any[], proofSecret: Buffer) => void, | ||
): any; | ||
} | ||
@@ -80,0 +83,0 @@ |
{ | ||
"name": "@types/saml", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "TypeScript definitions for saml", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/saml", | ||
}, | ||
"typesPublisherContentHash": "e1ec13bec97907fb335a155f926c02e2fe8c16f5d15087d6e43940a6fc9ee159", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "64aa68eae9ba2f680e1b0082def55fef81a2222bed6bbc80e8d9d4585ac5782b", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 16:34:12 GMT | ||
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6075
80