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

@types/passport-local

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/passport-local - npm Package Compare versions

Comparing version 1.0.30 to 1.0.31

5

passport-local/index.d.ts

@@ -10,3 +10,3 @@ // Type definitions for passport-local 1.0.0

import passport = require('passport');
import { Strategy as PassportStrategy } from 'passport-strategy';
import express = require('express');

@@ -38,3 +38,3 @@

declare class Strategy implements passport.Strategy {
declare class Strategy extends PassportStrategy {
constructor(options: IStrategyOptionsWithRequest, verify: VerifyFunctionWithRequest);

@@ -45,3 +45,2 @@ constructor(options: IStrategyOptions, verify: VerifyFunction);

name: string;
authenticate: (req: express.Request, options?: Object) => void;
}

13

passport-local/package.json
{
"name": "@types/passport-local",
"version": "1.0.30",
"version": "1.0.31",
"description": "TypeScript definitions for passport-local",

@@ -9,3 +9,4 @@ "license": "MIT",

"name": "Maxime LUCE",
"url": "https://github.com/SomaticIT"
"url": "https://github.com/SomaticIT",
"githubUsername": "SomaticIT"
}

@@ -20,8 +21,8 @@ ],

"dependencies": {
"@types/passport": "*",
"@types/express": "*"
"@types/passport-strategy": "*",
"@types/express": "*",
"@types/passport": "*"
},
"peerDependencies": {},
"typesPublisherContentHash": "187671ba4a6eee5f426bee4229bf887e88380621f3fdc8b1242e56d57942aff5",
"typesPublisherContentHash": "121213a5b074b713951f24d207e37274fc401ef0951cedfaf8bf2492604938d6",
"typeScriptVersion": "2.0"
}

@@ -11,4 +11,4 @@ # Installation

Additional Details
* Last updated: Tue, 18 Apr 2017 15:11:46 GMT
* Dependencies: passport, express
* Last updated: Thu, 07 Sep 2017 22:03:13 GMT
* Dependencies: passport-strategy, express, passport
* Global values: none

@@ -15,0 +15,0 @@

Sorry, the diff of this file is not supported yet

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