Socket
Socket
Sign inDemoInstall

@types/passport-strategy

Package Overview
Dependencies
13
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.35 to 0.2.36

4

passport-strategy/index.d.ts

@@ -16,4 +16,4 @@ // Type definitions for Passport Strategy module v0.2.0

import passport = require('passport');
import express = require('express');
import passport = require("passport");
import express = require("express");

@@ -20,0 +20,0 @@ declare class Strategy implements passport.Strategy {

{
"name": "@types/passport-strategy",
"version": "0.2.35",
"version": "0.2.36",
"description": "TypeScript definitions for Passport Strategy module",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/passport-strategy",
"license": "MIT",

@@ -14,13 +15,15 @@ "contributors": [

"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/passport-strategy"
},
"scripts": {},
"dependencies": {
"@types/passport": "*",
"@types/express": "*"
"@types/express": "*",
"@types/passport": "*"
},
"typesPublisherContentHash": "efc40dd7291981d3992d1eb8d1ece60f02b7218e4ad9cd55f4a44165a97d2f98",
"typeScriptVersion": "2.3"
"typesPublisherContentHash": "b6deaa7fbcca5db6346bf93b6702e4f966535ffceec2b384f38e3581fcc5c78c",
"typeScriptVersion": "4.5"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/passport-strategy
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/passport-strategy.
Additional Details
* Last updated: Thu, 16 Aug 2018 23:20:57 GMT
* Dependencies: passport, express
### Additional Details
* Last updated: Sun, 24 Sep 2023 06:37:28 GMT
* Dependencies: [@types/express](https://npmjs.com/package/@types/express), [@types/passport](https://npmjs.com/package/@types/passport)
* Global values: none
# Credits
These definitions were written by Lior Mualem <https://github.com/liorm>.
These definitions were written by [Lior Mualem](https://github.com/liorm).

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc