Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gitlab-x

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitlab-x - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

8

api-driver.js

@@ -9,2 +9,10 @@ import axios from "axios";

this.BASE_URL = trimTailingSlash(baseUrl);
if(this.BASE_URL.startsWith("http://")) {
this.BASE_URL = this.BASE_URL.replace("http://", "https://");
}
if(!this.BASE_URL.startsWith("https://")) {
this.BASE_URL = `https://${this.BASE_URL}`;
}
this.API_URL = `${this.BASE_URL}${API_PATH}`

@@ -11,0 +19,0 @@ this.AT = accessToken;

2

index.js

@@ -16,3 +16,3 @@ #!/usr/bin/env node

import { readFileSync } from 'fs'
import {path} from 'path'
import * as path from 'path'

@@ -19,0 +19,0 @@ const __dirname = path.resolve();

{
"name": "gitlab-x",
"version": "0.1.3",
"version": "0.1.4",
"description": "GitLab Executor API Interface",

@@ -5,0 +5,0 @@ "repository": "https://github.com/mxcd/gitlab-api",

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