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

@types/passport-apple

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/passport-apple - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

10

passport-apple/index.d.ts

@@ -6,5 +6,5 @@ // Type definitions for passport-apple 1.1

import { Request } from 'express';
import { Strategy } from 'passport';
import passportOAuth2 = require('passport-oauth2');
import { Request } from "express";
import { Strategy } from "passport";
import passportOAuth2 = require("passport-oauth2");

@@ -53,3 +53,3 @@ declare namespace AppleStrategy {

profile: Profile,
verified: VerifyCallback
verified: VerifyCallback,
) => void;

@@ -63,3 +63,3 @@

profile: Profile,
verified: VerifyCallback
verified: VerifyCallback,
) => void;

@@ -66,0 +66,0 @@ }

{
"name": "@types/passport-apple",
"version": "1.1.1",
"version": "1.1.2",
"description": "TypeScript definitions for passport-apple",

@@ -27,4 +27,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/passport-apple",

},
"typesPublisherContentHash": "9277356e74414d8bcd43652a63295287ba38f818a539ea3d9d5a862faa5848ad",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "ec4bed80a859c0e7712ff3de8efc281eda2a4bf1f80919ab5ef84783d12bff6f",
"typeScriptVersion": "4.5"
}

@@ -16,5 +16,5 @@ # Installation

import { Request } from 'express';
import { Strategy } from 'passport';
import passportOAuth2 = require('passport-oauth2');
import { Request } from "express";
import { Strategy } from "passport";
import passportOAuth2 = require("passport-oauth2");

@@ -63,3 +63,3 @@ declare namespace AppleStrategy {

profile: Profile,
verified: VerifyCallback
verified: VerifyCallback,
) => void;

@@ -73,3 +73,3 @@

profile: Profile,
verified: VerifyCallback
verified: VerifyCallback,
) => void;

@@ -91,3 +91,3 @@ }

### Additional Details
* Last updated: Thu, 08 Jul 2021 20:19:20 GMT
* 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), [@types/passport-oauth2](https://npmjs.com/package/@types/passport-oauth2)

@@ -94,0 +94,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