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.1 to 0.9.2

6

CHANGELOG.md

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

## [0.9.2] - 2019-01-03
### Fixed
- Properly support new `includeMargin` prop in the canvas renderer.
## [0.9.1] - 2018-12-27

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

2

lib/index.js

@@ -218,3 +218,3 @@ 'use strict';

// $FlowFixMe: Path2D c'tor doesn't support args yet.
ctx.fill(new Path2D(generatePath(cells)));
ctx.fill(new Path2D(generatePath(cells, margin)));
} else {

@@ -221,0 +221,0 @@ cells.forEach(function (row, rdx) {

{
"name": "qrcode.react",
"version": "0.9.1",
"version": "0.9.2",
"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