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

@types/saml

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/saml - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

5

saml/index.d.ts

@@ -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 @@

6

saml/package.json
{
"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

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