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

@getyoti/react-native-yoti-doc-scan

Package Overview
Dependencies
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getyoti/react-native-yoti-doc-scan - npm Package Compare versions

Comparing version 1.13.1 to 1.13.2

4

package.json
{
"name": "@getyoti/react-native-yoti-doc-scan",
"version": "1.13.1",
"version": "1.13.2",
"description": "Yoti Doc Scan for React Native",

@@ -21,3 +21,3 @@ "main": "YotiDocScan.js",

"react-hot-loader": "^4.12.20",
"react-native": "^0.68.2"
"react-native": "^0.68.5"
},

@@ -24,0 +24,0 @@ "dependencies": {

@@ -37,3 +37,3 @@ ![YotiBanner](./yoti_banner.png)

pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'
+ `pod 'react-native-yoti-doc-scan', :path => '../node_modules/react-native-yoti-doc-scan/react-native-yoti-doc-scan.podspec'`
+ `pod 'react-native-yoti-doc-scan', :path => '../node_modules/@getyoti/react-native-yoti-doc-scan/react-native-yoti-doc-scan.podspec'`
end

@@ -127,2 +127,10 @@ ```

> Running out of memory `space: java.lang.OutOfMemoryError: Java heap space`
Resolve by increasing the daemon memory settings in your `gradle.properties` file:
```groovy
org.gradle.jvmargs=-Xmx4608m
```
# Usage

@@ -134,3 +142,3 @@

```javascript
import YotiDocScan from '@getyoti/react-native-yoti-doc-scan;
import YotiDocScan from '@getyoti/react-native-yoti-doc-scan';
```

@@ -210,4 +218,3 @@

include ':react-native-yoti-doc-scan'
project(':react-native-yoti-doc-scan').projectDir = new
File(rootProject.projectDir, '../node_modules/react-native-yoti-doc-scan/src/android')
project(':react-native-yoti-doc-scan').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-yoti-doc-scan/src/android')

@@ -214,0 +221,0 @@ include ':app'

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