Socket
Book a DemoInstallSign in
Socket

strapi-plugin-app-version

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

strapi-plugin-app-version

This plugin displays the version in the Strapi settings

0.5.0
latest
Source
npmnpm
Version published
Weekly downloads
107
-31.85%
Maintainers
1
Weekly downloads
 
Created
Source
Logo - Strapi Plugin App Version

Strapi v5 - Plugin App Version

Strapi Plugin that displays your app version in the Strapi settings

GitHub package.json version Monthly download on NPM
UI preview

A plugin for Strapi Headless CMS that displays your app version in the Strapi settings

Features

  • Display your app version in the Strapi settings

Usage

To configure the App Version plugin, add your configuration to the plugin settings. The configuration consist of an object with the version:

type Config = {
  version: string
}

Example Configuration

// config/plugins.ts
import type { Config as AppVersionConfig } from 'strapi-plugin-app-version/dist/server/src/config'

import packageJson from '../package.json'

export default () => ({
  'app-version': {
    enabled: true,
    config: {
      version: packageJson.version,
    } satisfies AppVersionConfig,
  }
})

Keywords

strapi

FAQs

Package last updated on 13 Jul 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.