New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/passport-saml

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/passport-saml - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

5

passport-saml/index.d.ts

@@ -6,4 +6,5 @@ // Type definitions for passport-saml 1.0

// Karol Samborski <https://github.com/ksamborski>
// Jose Colella <https://github.com/josecolella>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
// TypeScript Version: 3.0

@@ -101,3 +102,3 @@ import passport = require('passport');

} & {
[attributeName: string]: string; // arbitrary `AttributeValue`s
[attributeName: string]: unknown; // arbitrary `AttributeValue`s
};

11

passport-saml/package.json
{
"name": "@types/passport-saml",
"version": "1.0.1",
"version": "1.0.2",
"description": "TypeScript definitions for passport-saml",

@@ -21,2 +21,7 @@ "license": "MIT",

"githubUsername": "ksamborski"
},
{
"name": "Jose Colella",
"url": "https://github.com/josecolella",
"githubUsername": "josecolella"
}

@@ -36,4 +41,4 @@ ],

},
"typesPublisherContentHash": "f59593bd8f36bd5f0a64e1ba17598f3bd91a5495074bd15e005037a801c21081",
"typeScriptVersion": "2.3"
"typesPublisherContentHash": "9243ec76d198164440493854ce173d7b907d2151aa857ebda38b4504c42731e8",
"typeScriptVersion": "3.0"
}

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

Additional Details
* Last updated: Wed, 13 Mar 2019 22:25:41 GMT
* Last updated: Mon, 18 Mar 2019 21:32:16 GMT
* Dependencies: @types/passport, @types/express

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Chris Barth <https://github.com/cjbarth>, Damian Assennato <https://github.com/dassennato>, Karol Samborski <https://github.com/ksamborski>.
These definitions were written by Chris Barth <https://github.com/cjbarth>, Damian Assennato <https://github.com/dassennato>, Karol Samborski <https://github.com/ksamborski>, Jose Colella <https://github.com/josecolella>.
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