You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

qrcode

Package Overview
Dependencies
Maintainers
0
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

3

node-qrcode/lib/qrcode-draw.js

@@ -51,3 +51,2 @@ /*

, ctx = canvas.getContext('2d')
, currenty = margin = this.defaultMargin
, width = 0;

@@ -58,2 +57,3 @@

var margin = this.defaultMargin
//elegant white space next to

@@ -63,2 +63,3 @@ if (scale * this.marginScaleFactor > margin) {

}
var currenty = margin

@@ -65,0 +66,0 @@ width = qr.getModuleCount()*scale + margin*2;

{ "name": "qrcode"
, "description": "QRCode / 2d Barcode api with both server side and client side support using canvas"
, "version": "0.0.2"
, "version": "0.0.3"
, "author": "Ryan Day <soldair@gmail.com>"

@@ -8,2 +8,5 @@ , "keywords": ["canvas", "qrcode", "barcode"]

,"homepage":"http://github.com/soldair/node-qrcode"
,"dependencies": {
"canvas": ">= 0.4.3"
}
,"repository":{

@@ -10,0 +13,0 @@ "type":"git"

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc