Socket
Socket
Sign inDemoInstall

qrcode-terminal

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qrcode-terminal - npm Package Compare versions

Comparing version 0.5.1 to 0.6.0

.travis.yml

4

example/basic.js

@@ -1,2 +0,2 @@

var foo = require('../lib/main');
foo.generate('this is the bomb');
var qrcode = require('../lib/main');
qrcode.generate('this is the bomb');

@@ -1,3 +0,3 @@

var QRCode = require('./../vendor/qrcode'),
QRErrorCorrectLevel = require('./../vendor/QRErrorCorrectLevel'),
var QRCode = require('./../vendor/QRCode'),
QRErrorCorrectLevel = require('./../vendor/QRCode/QRErrorCorrectLevel'),
colors = require('colors');

@@ -4,0 +4,0 @@

{
"name": "qrcode-terminal",
"keywords": ["ansi", "ascii", "qrcode", "console"],
"version" : "0.5.1",
"version" : "0.6.0",
"description" : "QRCodes, in the terminal",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/gtanner/qrcode-terminal",

@@ -1,2 +0,2 @@

# QRCode Terminal Edition
# QRCode Terminal Edition [![Build Status][travis-ci-img]][travis-ci-url]
Going where no QRCode has gone before.

@@ -34,1 +34,5 @@

Micheal Brooks <mikeywbrooks@gmail.com>
[travis-ci-img]: https://travis-ci.org/gtanner/qrcode-terminal.png?branch=master
[travis-ci-url]: https://travis-ci.org/gtanner/qrcode-terminal
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