@types/plaid-link
Advanced tools
Comparing version 2.0.9 to 2.0.10
@@ -19,6 +19,6 @@ // Type definitions for non-npm package plaid-link-browser 2.0 | ||
interface CreateConfig { | ||
clientName: string; | ||
product: Product[]; | ||
key: string; | ||
env: Environment; | ||
clientName?: string | undefined; | ||
product?: Product[] | undefined; | ||
key?: string | undefined; | ||
env?: Environment | undefined; | ||
onSuccess: OnSuccess; | ||
@@ -39,2 +39,3 @@ onExit?: OnExit | undefined; | ||
oauthStateId?: string | undefined; | ||
receivedRedirectUri?: string | null | undefined; | ||
} | ||
@@ -41,0 +42,0 @@ |
{ | ||
"name": "@types/plaid-link", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"description": "TypeScript definitions for plaid-link-browser", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/plaid-link", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "5d5ffb6fbfe1adc003152dd20c098237e947da6f0b238ee207285ab0ad01c8a7", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "2303d973ff520b2e47ad4a247732b1dafe6f526960082926d0142833abc994b7", | ||
"typeScriptVersion": "4.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 09 Jul 2021 02:32:39 GMT | ||
* Last updated: Tue, 28 Jun 2022 00:31:38 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
6908
133