Socket
Book a DemoInstallSign in
Socket

@shopgate/extension-config-validator

Package Overview
Dependencies
Maintainers
5
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopgate/extension-config-validator

## Install ```npm install @shopgate/extension-config-validator```

latest
npmnpm
Version
1.4.5
Version published
Weekly downloads
24
-88.73%
Maintainers
5
Weekly downloads
 
Created
Source

Extension Config File Validator

Install

npm install @shopgate/extension-config-validator

Usage

To execute the validator pass it to the root folder you extension: $(npm bin)/extension-config-validator <path>

Alternative usage

You can add it to your package.json like this:

"scripts": {
 "validate": "extension-config-validator <path>"
}

Changelog

1.4.2

Fixed

  • validation of internal hooks' inputs/outputs for consistency

1.4.1

Added

  • component validation in validation command

1.4.0

Added

  • validation for component paths

1.3.0

Added

  • support for 'internal' inputs/outputs which are accessible only by steps of the respective extension

1.2.0

Fixed

  • add support for admin config type

1.1.4

Fixed

  • support key, keys and nothing on params of bigapi type
  • fixed unit tests

1.1.3

Changed

  • the field nameof an input or output within is now called key

1.1.2

Fixed

  • entrypoint
  • removed some error prone and not needed async processing

1.1.0

Added

  • validation for hook step definitions

1.0.4

Added

  • validation for step configurations
  • validation for component paths

FAQs

Package last updated on 03 Sep 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