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.7 to 0.1.8

2

.vscode/launch.json

@@ -22,3 +22,3 @@ {

"project",
"7",
"/vehicle/node/description",
"id",

@@ -25,0 +25,0 @@ "name"

@@ -16,3 +16,3 @@ import axios from "axios";

}
this.API_URL = `${this.BASE_URL}${API_PATH}`

@@ -28,3 +28,3 @@ this.AT = accessToken;

const res = await axios.get(url, this.config);
return res.data.id;
return res.data;
}

@@ -31,0 +31,0 @@ catch(e) {

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

const version = "0.1.7";
const version = "0.1.8";

@@ -94,3 +94,3 @@ const parser = new ArgumentParser({

throw new Error(`Error: object type '${objectType}' is not supported`)
}
}
}

@@ -97,0 +97,0 @@

{
"name": "gitlab-x",
"version": "0.1.7",
"version": "0.1.8",
"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