react-plaid-link
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -36,3 +36,3 @@ 'use strict'; | ||
// Open link to a specific institution, for a more custom solution | ||
institution: React.PropTypes.String, | ||
institution: React.PropTypes.string, | ||
@@ -102,9 +102,9 @@ // Set to true to launch Link with longtail institution support enabled. | ||
longtail: this.props.longtail, | ||
onExit: this.props.onExit, | ||
onLoad: this.handleLinkOnLoad, | ||
onSuccess: this.props.onSuccess, | ||
product: this.props.product, | ||
selectAccount: this.props.selectAccount, | ||
token: this.props.token, | ||
selectAccount: this.props.selectAccount, | ||
webhook: this.props.webhook, | ||
onSuccess: this.props.onSuccess, | ||
onLoad: this.handleLinkOnLoad, | ||
onExit: this.props.onExit | ||
webhook: this.props.webhook | ||
}); | ||
@@ -111,0 +111,0 @@ |
{ | ||
"name": "react-plaid-link", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "A React component for Plaid Link", | ||
"files": [ | ||
"dist/", | ||
"src/", | ||
"LICENSE" | ||
], | ||
"main": "src/PlaidLink.js", | ||
"main": "dist/PlaidLink.js", | ||
"repository": { | ||
@@ -12,0 +11,0 @@ "type": "git", |
8399
4
119