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

react-plaid-link

Package Overview
Dependencies
Maintainers
1
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 0.1.2 to 0.1.3

12

dist/PlaidLink.js

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

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