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.3.1 to 0.4.0

6

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

@@ -12,3 +12,3 @@ "keywords": [

"main": "./qrcode.js",
"browser":"./lib/qrcode-draw.js",
"browser": "./lib/qrcode-draw.js",
"homepage": "http://github.com/soldair/node-qrcode",

@@ -24,3 +24,3 @@ "scripts": {

"dependencies": {
"canvas": "~1.1.6",
"canvas": "~1.2.9",
"colors": "*",

@@ -27,0 +27,0 @@ "bops": "0.0.6"

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

```shell
sudo apt-get install libpixman-1-dev libcairo2-dev
sudo apt-get install libpixman-1-dev libcairo2-dev libpangocairo-1.0-0 libpango1.0-dev
```

@@ -149,0 +149,0 @@ It is my higest priority for this module to use an all `js` png encoder and remove this dep.

Sorry, the diff of this file is not supported yet

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