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

react-native-qrcode

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-qrcode - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

7

lib/Canvas.js

@@ -17,3 +17,5 @@ 'use strict';

context: PropTypes.object,
render: PropTypes.func.isRequired
render: PropTypes.func.isRequired,
onLoad: PropTypes.func,
onLoadEnd: PropTypes.func,
},

@@ -36,2 +38,5 @@

scrollEnabled={false}
onLoad={this.props.onLoad}
onLoadEnd={this.props.onLoadEnd}
originWhitelist={['*']}
/>

@@ -38,0 +43,0 @@ </View>

@@ -56,2 +56,4 @@ 'use strict';

fgColor: PropTypes.string,
onLoad: PropTypes.func,
onLoadEnd: PropTypes.func,
},

@@ -65,2 +67,4 @@

size: 128,
onLoad: () => {},
onLoadEnd: () => {},
}

@@ -103,2 +107,4 @@ },

render={renderCanvas}
onLoad={this.props.onLoad}
onLoadEnd={this.props.onLoadEnd}
style={{height: size, width: size}}

@@ -105,0 +111,0 @@ />

2

package.json
{
"name": "react-native-qrcode",
"version": "0.2.6",
"version": "0.2.7",
"description": "react-native qrocode generator",

@@ -5,0 +5,0 @@ "main": "index.js",

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