Socket
Socket
Sign inDemoInstall

qrloop

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qrloop - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

package.json
{
"name": "qrloop",
"version": "0.5.0",
"version": "0.5.1",
"description": "Envelop big blob of data into frames that can be displayed in series of QR Codes",

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

@@ -5,3 +5,3 @@ # qrloop

![example](https://user-images.githubusercontent.com/211411/46581095-0c663300-ca32-11e8-8366-5d4205a6e14f.gif)
<img src="https://user-images.githubusercontent.com/211411/46581095-0c663300-ca32-11e8-8366-5d4205a6e14f.gif" width="350" /> <img src="https://user-images.githubusercontent.com/211411/46581275-1db13e80-ca36-11e8-9053-325b75511883.gif" width="400" />

@@ -69,3 +69,3 @@ > NB. this library is generic enough to not even be used with QR Codes but still take optimization decision in regard to how QR code works and from empirical tests.

try {
frames = parseFramesReducer(this.frames, data);
frames = parseFramesReducer(frames, data);
if (areFramesComplete(frames)) {

@@ -72,0 +72,0 @@ onResult(framesToData(frames).toString());

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