Socket
Socket
Sign inDemoInstall

react-native-qrcode-svg

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-qrcode-svg - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "react-native-qrcode-svg",
"version": "1.0.2",
"version": "1.0.3",
"description": "A QR Code generator for React Native based on react-native-svg and javascript-qrcode.",

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

@@ -13,10 +13,16 @@ # react-native-qrcode-svg

...
render(
<QRCode
size={300}
value="this is a qr code."
color="blue"
backgroundColor="red"
/>
);
render() {
...
return (
...
<QRCode
size={300}
value="this is a qr code."
color="blue"
backgroundColor="red"
/>
...
);
...
};
...

@@ -23,0 +29,0 @@ ```

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