Socket
Socket
Sign inDemoInstall

sinopia-gitlab-api-v4

Package Overview
Dependencies
49
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.3 to 0.5.5

2

gitlab-client.js

@@ -6,3 +6,3 @@ var request = require('request');

function GitlabClient(url, options) {
this.url = url;
this.url = url + '/api/v4/' ;
this.options = options;

@@ -9,0 +9,0 @@ }

{
"name": "sinopia-gitlab-api-v4",
"version": "0.5.3",
"version": "0.5.5",
"description": "Gitlab authentication plugin for sinopia",

@@ -5,0 +5,0 @@ "main": "./sinopia-gitlab.js",

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

# sinopia-gitlab-api-v4
# sinopia-gitlab

@@ -9,4 +9,2 @@ Sinopia plugin for Gitlab authentication and package access/publish authorization.

ALterado para suportar uma nova versão da API do gitlab
# Configuration

@@ -17,5 +15,4 @@

gitlab:
gitlab_server: https://git.example.com/api/vX
gitlab_server: https://git.example.com
gitlab_admin_private_token: XXXXXXXXXXXX # (Recommended) You can use private token here
#gitlab_namespaces: [group, .....] # (Optional) Persistent gitlab group (Default empty => off)
gitlab_use_scope_as_group: false # (Optional) Match scope as group (Default false)group/scope-project

@@ -22,0 +19,0 @@ gitlab_project_prefix: npm- # (Optional) Use this if you prefix your projects in gitlab

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc