Socket
Socket
Sign inDemoInstall

qrcode.react

Package Overview
Dependencies
7
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.0 to 0.9.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## [0.9.1] - 2018-12-27
### Fixed
- Consume non-DOM prop in canvas renderer to prevent spurious warnings from React.
## [0.9.0] - 2018-12-22

@@ -2,0 +8,0 @@

3

lib/index.js

@@ -242,3 +242,4 @@ 'use strict';

style = _this$props2.style,
otherProps = _objectWithoutProperties(_this$props2, ["value", "size", "level", "bgColor", "fgColor", "style"]);
includeMargin = _this$props2.includeMargin,
otherProps = _objectWithoutProperties(_this$props2, ["value", "size", "level", "bgColor", "fgColor", "style", "includeMargin"]);

@@ -245,0 +246,0 @@ var canvasStyle = _objectSpread({

{
"name": "qrcode.react",
"version": "0.9.0",
"version": "0.9.1",
"description": "React component to generate QR codes",

@@ -5,0 +5,0 @@ "keywords": [

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