react-plaid-link
Advanced tools
Comparing version 3.4.0-beta.0 to 3.4.0
# 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 { |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
166249
3939
1
0