New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gitlab-webhook-publish

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitlab-webhook-publish - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

24

config/local.json
{
"webhooker": {
"host": "localhost",
"port": 3000,
"host": "WEBHOOKER HOST",
"port": "WEBHOOKER PORT",
"filter": {
"namespace" : "^local-app$",
"branch" : "^refs\/heads\/master$"
"namespace" : "REGEX TO FILTER REPOSITORY NAMESPACE",
"branch" : "REGEX TO FILTER COMMIT BRANCH"
}
},
"gitlab": {
"url": "http://localhost:80",
"token": "3UodGZ4Q5DEPoY3-qnCm",
"admin_login": "root",
"admin_password": "password"
"url": "URL OF GITLAB API",
"token": "YOUR PRIVATE TOKEN",
"admin_login": "ADMIN LOGIN",
"admin_password": "ADMIN PASSWORD"
},
"npm_registry": {
"url": "http://localhost:4873",
"login": "root",
"password": "password",
"email": "leo@loza.ch"
"url": "NPM REGISTRY URL",
"login": "A LOGIN OF AN AUTHORIZED ACCOUNT TO PUBLISH",
"password": "THE CORRESPONDING PASSWORD",
"email": "THE CORRESPONDING EMAIL"
}
}

@@ -0,1 +1,2 @@

process.env.NODE_CONFIG_DIR = __dirname + '/../config';
const config = require( 'config' );

@@ -15,2 +16,2 @@

})();
})();
{
"name": "gitlab-webhook-publish",
"version": "0.1.5",
"version": "0.1.6",
"description": "A minimal server which allows to publish a package after a commit.",

@@ -5,0 +5,0 @@ "repository": {

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