New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

forgejo-dist

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

forgejo-dist

Use [forgejo](http://forgejo.org) as an npm module for tighter integration with node apps (e.g. test fixtures). See the forgejo documentation for usage: https://forgejo.org/docs/latest/.

latest
Source
npmnpm
Version
1.21.10-0-2
Version published
Maintainers
1
Created
Source

forgejo-dist

Use forgejo as an npm module for tighter integration with node apps (e.g. test fixtures). See the forgejo documentation for usage: https://forgejo.org/docs/latest/.

Usage

npm install forgejo-dist

import forgejo from "forgejo-dist";
const server = await forgejo();
// You can also pass in a custom environment or arguments
const server = await forgejo({
  MY_VARIABLE: "www.example.org",
}, [
  '--config' 'myconfig.ini'
]);

// And shut down when you are done
server.stop();

FAQs

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