@types/plaid-link
Advanced tools
Comparing version 2.0.7 to 2.0.8
@@ -24,16 +24,16 @@ // Type definitions for non-npm package plaid-link-browser 2.0 | ||
onSuccess: OnSuccess; | ||
onExit?: OnExit; | ||
onEvent?: OnEvent; | ||
onLoad?: OnLoad; | ||
language?: Language; | ||
linkCustomizationName?: string; | ||
countryCodes?: Country[]; | ||
webhook?: string; | ||
userLegalName?: string; | ||
userEmailAddress?: string; | ||
token?: string; | ||
isWebView?: boolean; | ||
oauthNonce?: string; | ||
oauthRedirectUri?: string; | ||
oauthStateId?: string; | ||
onExit?: OnExit | undefined; | ||
onEvent?: OnEvent | undefined; | ||
onLoad?: OnLoad | undefined; | ||
language?: Language | undefined; | ||
linkCustomizationName?: string | undefined; | ||
countryCodes?: Country[] | undefined; | ||
webhook?: string | undefined; | ||
userLegalName?: string | undefined; | ||
userEmailAddress?: string | undefined; | ||
token?: string | undefined; | ||
isWebView?: boolean | undefined; | ||
oauthNonce?: string | undefined; | ||
oauthRedirectUri?: string | undefined; | ||
oauthStateId?: string | undefined; | ||
} | ||
@@ -40,0 +40,0 @@ |
{ | ||
"name": "@types/plaid-link", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "TypeScript definitions for plaid-link-browser", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/plaid-link", | ||
"license": "MIT", | ||
@@ -27,4 +28,4 @@ "contributors": [ | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "b5a101884d6596e25050a87672a885aff879df601e4d7961965566dc3827e7bd", | ||
"typeScriptVersion": "3.1" | ||
"typesPublisherContentHash": "95feb7ca738da4e7959e5a0a7e6fe662c8ce37fa9a2ceff34c22f84ae0900209", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 14 Sep 2020 21:07:35 GMT | ||
* Last updated: Wed, 07 Jul 2021 17:02:30 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6799
0