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

qifi

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 - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

6

package.json
{
"name": "qifi",
"type": "module",
"version": "0.1.0",
"version": "0.2.0",
"description": "Stream Generated QR Codes for file transmission in your terminal",

@@ -33,4 +33,4 @@ "author": "Rizumu Ayaka <rizumu@ayaka.moe>",

"cac": "^6.7.14",
"mime": "^4.0.4",
"@qifi/generate": "0.1.0"
"mime": "^4.0.6",
"@qifi/generate": "0.2.0"
},

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

@@ -5,4 +5,4 @@ # QiFi CLI

<p align="left">
<a href="https://www.npmjs.com/package/@qifi/generate">
<img alt="npm" src="https://badgen.net/npm/v/@qifi/generate">
<a href="https://www.npmjs.com/package/qifi/">
<img alt="npm" src="https://badgen.net/npm/v/qifi">
</a>

@@ -12,3 +12,3 @@ <a href="#usage">

</a>
<a href="https://github.com/sponsors/LittleSound">
<a href="https://github.com//LittlsponsorseSound">
<img alt="sponsors" src="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86">

@@ -36,4 +36,24 @@ </a>

Get document
```bash
npx qifi <file> [options]
npx qifi --help
```
Stream file
```bash
npx qifi ./file.txt
```
Stream file with custom chunk size
```bash
npx qifi -ICS=1000 ./file.txt
```
You can use any scanner to scan the dynamic QR code. This will redirect to [a scanner website in the browser](https://qrss.netlify.app) to actually obtain the file data from the QR code.
## Demo
![Demo](../../public/qifi-cli-demo.jpg)

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