@types/passport-apple
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7397