Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-qrious

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-qrious - npm Package Compare versions

Comparing version 4.0.0-alpha to 4.0.0

4

package.json
{
"name": "node-qrious",
"version": "4.0.0-alpha",
"version": "4.0.0",
"description": "Node.js module for QR code generation via QRious",

@@ -27,3 +27,3 @@ "homepage": "https://github.com/neocotic/node-qrious",

"canvas": "^1.6.5",
"qrious-core": "^4.0.0-alpha"
"qrious-core": "^4.0.0"
},

@@ -30,0 +30,0 @@ "devDependencies": {

@@ -1,10 +0,10 @@

.d88888b. 8888888b. d8b 888b 888 888
d88P" "Y88b 888 Y88b Y8P 8888b 888 888
888 888 888 888 88888b 888 888
888 888 888 d88P 888 .d88b. 888 888 .d8888b 888Y88b 888 .d88b. .d88888 .d88b.
888 888 8888888P" 888 d88""88b 888 888 88K 888 Y88b888 d88""88b d88" 888 d8P Y8b
888 Y8b 888 888 T88b 888 888 888 888 888 "Y8888b. 888 Y88888 888 888 888 888 88888888
Y88b.Y8b88P 888 T88b 888 Y88..88P Y88b 888 X88 888 Y8888 Y88..88P Y88b 888 Y8b.
"Y888888" 888 T88b 888 "Y88P" "Y88888 88888P' 888 Y888 "Y88P" "Y88888 "Y8888
Y8b
.d88888b. 8888888b. d8b 888b 888 888
d88P" "Y88b 888 Y88b Y8P 8888b 888 888
888 888 888 888 88888b 888 888
888 888 888 d88P 888 .d88b. 888 888 .d8888b 888Y88b 888 .d88b. .d88888 .d88b.
888 888 8888888P" 888 d88""88b 888 888 88K 888 Y88b888 d88""88b d88" 888 d8P Y8b
888 Y8b 888 888 T88b 888 888 888 888 888 "Y8888b. 888 Y88888 888 888 888 888 88888888
Y88b.Y8b88P 888 T88b 888 Y88..88P Y88b 888 X88 888 Y8888 Y88..88P Y88b 888 Y8b.
"Y888888" 888 T88b 888 "Y88P" "Y88888 88888P' 888 Y888 "Y88P" "Y88888 "Y8888
Y8b

@@ -50,2 +50,3 @@ [QRious Node](https://github.com/neocotic/node-qrious) is a [Node.js](https://nodejs.org) module for QR code generation

``` javascript
var express = require('express');

@@ -63,2 +64,3 @@ var QRious = require('node-qrious');

app.listen(3000);
```

@@ -65,0 +67,0 @@ ## API

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