Socket
Socket
Sign inDemoInstall

react-qr-code

Package Overview
Dependencies
528
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.11 to 2.0.12

2

lib/index.js

@@ -6,2 +6,3 @@ "use strict";

});
exports.QRCode = undefined;

@@ -82,2 +83,3 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };

exports.QRCode = QRCode;
QRCode.displayName = "QRCode";

@@ -84,0 +86,0 @@ QRCode.propTypes = propTypes;

7

package.json
{
"name": "react-qr-code",
"version": "2.0.11",
"version": "2.0.12",
"description": "A QR code generator for React and React Native.",

@@ -54,4 +54,3 @@ "keywords": [

"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.10.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",

@@ -74,4 +73,4 @@ "babel-eslint": "^10.1.0",

"react-native-svg": "^12.4.4",
"rimraf": "^3.0.2"
"rimraf": "^5.0.1"
}
}

@@ -27,3 +27,3 @@ # react-qr-code

```
yarn add react-qr-code
npm i react-qr-code
```

@@ -34,3 +34,3 @@

```
yarn add react-native-svg
npm i react-native-svg
cd ios && pod install

@@ -37,0 +37,0 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc