gitlab-webhook-publish
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"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": { |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
11770
0
228
12
3