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

hqr

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hqr - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

dist/cli.cjs

13

package.json
{
"name": "hqr",
"type": "module",
"version": "0.0.5",
"version": "0.0.6",
"description": "Generate QR Code universally, in any runtime, to ANSI, Unicode or SVG.",

@@ -32,2 +32,5 @@ "license": "MIT",

},
"bin": {
"hqr": "./dist/cli.mjs"
},
"files": [

@@ -44,3 +47,4 @@ "dist"

"test": "vitest",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"cli": "unbuild --stub && node bin/cli.mjs --text 'https://hung.thedev.id'"
},

@@ -73,4 +77,7 @@ "devDependencies": {

"dependencies": {
"pngjs": "^7.0.0"
"boxen": "^7.1.1",
"kolorist": "^1.8.0",
"pngjs": "^7.0.0",
"unprompts": "^1.0.11"
}
}

@@ -26,2 +26,7 @@ # hqr

## Usage CLI
```bash
npx hqr --text "Hello, World!"
```
## Usage

@@ -28,0 +33,0 @@

Sorry, the diff of this file is not supported yet

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