New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@qifi/generate

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qifi/generate - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

package.json
{
"name": "@qifi/generate",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"description": "Stream Generated QR Codes for data transmission",

@@ -31,3 +31,3 @@ "author": "Rizumu Ayaka <rizumu@ayaka.moe>",

"uqr": "^0.1.2",
"luby-transform": "0.0.2"
"luby-transform": "0.0.3"
},

@@ -34,0 +34,0 @@ "scripts": {

@@ -5,4 +5,18 @@ # @qifi/generate

# Usage
## Sponsors
<p align="center">
<a href="https://github.com/sponsors/LittleSound">
<img src="https://cdn.jsdelivr.net/gh/littlesound/sponsors/sponsors.svg"/>
</a>
</p>
<p align="center">
This project is made possible by all the sponsors supporting my work <br>
You can join them at my sponsors profile:
</p>
<p align="center"><a href="https://github.com/sponsors/LittleSound"><img src="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86&style=for-the-badge" /></a></p>
## Usage
```javascript

@@ -29,3 +43,3 @@ import {

// display QR Code in terminal
for (const blockQRCode of generaterANSI) {
for (const blockQRCode of generaterANSI()) {
console.log(blockQRCode)

@@ -32,0 +46,0 @@ }

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