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

react-plaid-link

Package Overview
Dependencies
Maintainers
8
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-plaid-link - npm Package Compare versions

Comparing version 3.4.0-beta.0 to 3.4.0

4

CHANGELOG.md
# Changelog
## 3.4.0-beta.0
## 3.4.0
- Add `useEthereumProvider` hook for use with Wallet Onboard [#283](https://github.com/plaid/react-plaid-link/pull/283)
- Add APIs for [Wallet Onboard](https://plaid.com/docs/wallet-onboard/) [#283](https://github.com/plaid/react-plaid-link/pull/283)

@@ -7,0 +7,0 @@ ## 3.3.2

{
"name": "react-plaid-link",
"version": "3.4.0-beta.0",
"version": "3.4.0",
"description": "A React component for Plaid Link",

@@ -5,0 +5,0 @@ "registry": "https://registry.npmjs.org",

@@ -7,2 +7,5 @@ import { CommonPlaidLinkOptions, PlaidHandler, Plaid } from './';

link_session_id: string;
wallet: {
name: string;
};
}

@@ -9,0 +12,0 @@

@@ -146,2 +146,5 @@ import { EIP1193Provider as ImportedEIP1193Provider } from "./web3Provider";

link_session_id: string;
wallet: {
name: string;
};
}

@@ -148,0 +151,0 @@ interface ChainInformation {

@@ -146,2 +146,5 @@ import { EIP1193Provider as ImportedEIP1193Provider } from "./web3Provider";

link_session_id: string;
wallet: {
name: string;
};
}

@@ -148,0 +151,0 @@ interface ChainInformation {

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