New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

connect-react-native

Package Overview
Dependencies
Maintainers
5
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-react-native - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

2

package.json
{
"name": "connect-react-native",
"version": "2.0.0",
"version": "2.1.0",
"description": "Financial APIs to connect users' bank accounts",

@@ -5,0 +5,0 @@ "react-native": "src/index.ts",

@@ -13,6 +13,5 @@ # DapiConnect-ReactNative

### iOS
#### Requirements
- Android: `minSdkVersion 21`
- Xcode 10.3

@@ -26,8 +25,6 @@ - react-native >= 0.60.0

1. Make sure `react-native-cli` is installed: `yarn global add react-native-cli`
2. Create the app with `react-native init YourApp`
3. Step into your newly created app folder: `cd YourApp`
4. Install `dapiconnect-reactnative` from GitHub: `yarn add github:dapi-co/DapiConnect-ReactNative`
5. Install all the dependencies for the project: `yarn install`. (Because of a [bug](https://github.com/yarnpkg/yarn/issues/2165) you may need to clean `yarn`'s cache with `yarn cache clean` before.)
6. Open `ios/Podile` in a text editor: `vim ios/Podfile`, update the platform to iOS 10.3:
1. Step into your app directory: `cd YourApp`
2. Install the library: `yarn install connect-react-native`
3. Install all the dependencies for the project: `yarn install`. (Because of a [bug](https://github.com/yarnpkg/yarn/issues/2165) you may need to clean `yarn`'s cache with `yarn cache clean` before.)
4. Open `ios/Podile` in a text editor: `vim ios/Podfile`, update the platform to iOS 10.3:

@@ -62,2 +59,2 @@ ```diff

7. `npx pod-install` or `cd ios` and then `pod install`.
5. `npx pod-install` or `cd ios` and then `pod install`.

Sorry, the diff of this file is not supported yet

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