Socket
Book a DemoInstallSign in
Socket

github.com/sagikazarmark/benthos-qrcode

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/sagikazarmark/benthos-qrcode

v0.0.2
Source
Go
Version published
Created
Source

Benthos plugin: QR Code

GitHub Workflow Status GitHub go.mod Go version OpenSSF Scorecard

Usage

Create a custom Benthos binary:

package main

import (
	"context"

	"github.com/redpanda-data/benthos/v4/public/service"

	_ "github.com/sagikazarmark/benthos-qrcode"
)

func main() {
	service.RunCLI(context.Background())
}

[!TIP] Read more about Benthos plugins here.

Use the plugin in your Benthos configuration:

input:
  generate:
    count: 1
    mapping: |
      root = "hello"

pipeline:
  processors:
    - qrcode:
        format: png

output:
  file:
    path: out.png
    codec: all-bytes

Development

For an optimal developer experience, it is recommended to install Nix and direnv.

go test -v ./...

License

The project is licensed under the MIT License.

FAQs

Package last updated on 12 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.