@types/parse
Advanced tools
Comparing version 2.10.18 to 2.10.19
@@ -897,3 +897,3 @@ // Type definitions for parse 2.10 | ||
enableUnsafeCurrentUser(): void; | ||
logInWith: (provider: string | AuthProvider, options: { authData?: AuthData }, saveOpts?: FullOptions) => Promise<User>; | ||
logInWith<T extends User>(provider: string | AuthProvider, options: { authData?: AuthData }, saveOpts?: FullOptions): Promise<T>; | ||
_registerAuthenticationProvider: (provider: AuthProvider) => void; | ||
@@ -900,0 +900,0 @@ } |
{ | ||
"name": "@types/parse", | ||
"version": "2.10.18", | ||
"version": "2.10.19", | ||
"description": "TypeScript definitions for parse", | ||
@@ -136,4 +136,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "669900a2fb6d70e0e623ca9e32f675f0de4ef4380b964d8ef9cc409c6edc960d", | ||
"typesPublisherContentHash": "23898b58f8c4db7965d419ad3153ceab8cc07bff0086005e71a15f9d71e9ce7a", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 03 Mar 2020 18:42:33 GMT | ||
* Last updated: Fri, 17 Apr 2020 00:15:41 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
@@ -869,3 +869,3 @@ /// <reference types="node" /> | ||
enableUnsafeCurrentUser(): void; | ||
logInWith: (provider: string | AuthProvider, options: { authData?: AuthData }, saveOpts?: FullOptions) => Promise<User>; | ||
logInWith<T extends User>(provider: string | AuthProvider, options: { authData?: AuthData }, saveOpts?: FullOptions): Promise<T>; | ||
_registerAuthenticationProvider: (provider: AuthProvider) => void; | ||
@@ -872,0 +872,0 @@ } |
Sorry, the diff of this file is not supported yet
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
119248