🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@finos/git-proxy-plugin-samples

Package Overview
Dependencies
Maintainers
4
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@finos/git-proxy-plugin-samples

A set of sample (dummy) plugins for GitProxy to demonstrate how plugins are authored.

latest
npmnpm
Version
0.1.1
Version published
Maintainers
4
Created
Source

GitProxy plugins & samples

GitProxy supports extensibility in the form of plugins. These plugins are specified via configuration as NPM packages or JavaScript code on disk. For each plugin configured, GitProxy will attempt to load each package or file as a standard Node module. Plugin authors will create instances of the extension classes exposed by GitProxy and use these objects to implement custom functionality.

For detailed documentation, please refer to the GitProxy development resources on the project's site

Included plugins

These plugins are maintained by the core GitProxy team. As a future roadmap item, organizations can choose to omit certain features of GitProxy by simply removing the dependency from a deployed version of the application.

  • git-proxy-plugin-samples: "hello world" examples of the GitProxy plugin system

Contributing

Please refer to the CONTRIBUTING.md file for information on how to contribute to the GitProxy project.

FAQs

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