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.9 to 2.0.10

9

plaid-link/index.d.ts

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

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