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

@types/plaid-link

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/plaid-link - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

28

plaid-link/index.d.ts

@@ -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

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