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

github.com/THREATINT/gofiber-minifier

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/THREATINT/gofiber-minifier

  • v0.4.0
  • Source
  • Go
  • Socket score

Version published
Created
Source

gofiber-minifier

Introduction

Minify is a HTML5, CSS, and JavaScript minifier implemented as a middleware for Fiber.

Minification is the process of removing all unnecessary characters from code without altering its functionality. This includes the removal of whitespace and comments, which eventually results in more compact file sizes.

Usage

import "github.com/THREATINT/gofiber-minifier/minifier"
app.Use(minifier.New())

Credits

This Fiber middleware is a thin wrapper for Minify by Taco de Wollf.

License

Release under the MIT License.

QA

Codacy Badge

FAQs

Package last updated on 05 Feb 2024

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

  • 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