Socket
Socket
Sign inDemoInstall

qrcode

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qrcode - npm Package Compare versions

Comparing version 0.2.9 to 0.2.10

2

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

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

@@ -33,2 +33,7 @@ /*

//
// export original canvas to be used with draw method, esp. Canvas.Image
//
exports.canvas=Canvas;
/*

@@ -35,0 +40,0 @@ * provide an api to return the max characters allowed for given dimensions, and miniumum error correction level

@@ -81,3 +81,3 @@ [![Build Status](https://secure.travis-ci.org/soldair/node-qrcode.png)](http://travis-ci.org/soldair/node-qrcode)

Can be one of the values in `qrcode.errorCorrectLevel`.
Can be a string. one of `"minumum","medium","high","max"`.
Can be a string. one of `"minimum","medium","high","max"`.
If `undefined`, defaults to H which is max error correction.

@@ -84,0 +84,0 @@ If invalid value, defaults to minimum error correction.

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