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

qrcp

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

qrcp - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

qrcp.js

11

package.json
{
"name": "qrcp",
"version": "0.0.1",
"version": "0.1.0",
"description": "Transfer files to your phone using the QR scanner",
"main": "index.js",
"bin": "index.js",
"main": "qrcp.js",
"bin": "qrcp.js",
"author": "Victor Szeto <me@victorszeto.com> (https://victorszeto.com)",

@@ -19,2 +19,3 @@ "license": "MIT",

"chalk": "^2.3.2",
"commander": "^2.15.1",
"qrcode-terminal": "^0.12.0"

@@ -24,3 +25,7 @@ },

"node": ">=8"
},
"scripts": {
"prettier": "prettier --write *.js",
"deploy": "npm publish"
}
}

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

# qrcp
# qrcp (QR copy)

@@ -16,7 +16,12 @@ Quickly transfer files over your wifi network using a QR code or URL, straight from your terminal!

```bash
qrcp <filename>
qrcp [options] <filename>
```
### Options
`-f --forever`: Don't stop server after file is downloaded. Useful for transferring the same file to multiple destinations.
## Author
Victor Szeto ([https://victorszeto.com](https://victorszeto.com))

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