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

@lerna/gitlab-client

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/gitlab-client - npm Package Compare versions

Comparing version 5.4.3 to 5.5.0

2

index.js

@@ -22,5 +22,5 @@ "use strict";

const client = new GitLabClient(GL_API_URL, GL_TOKEN);
const client = new GitLabClient(GL_TOKEN, GL_API_URL);
return OcktokitAdapter(client);
}

@@ -5,3 +5,2 @@ "use strict";

const { URL } = require("whatwg-url");
const log = require("npmlog");

@@ -11,3 +10,3 @@ const fetch = require("node-fetch");

class GitLabClient {
constructor(baseUrl = "https://gitlab.com/api/v4", token) {
constructor(token, baseUrl = "https://gitlab.com/api/v4") {
this.baseUrl = baseUrl;

@@ -14,0 +13,0 @@ this.token = token;

{
"name": "@lerna/gitlab-client",
"version": "5.4.3",
"version": "5.5.0",
"description": "An internal Lerna tool",

@@ -35,6 +35,5 @@ "keywords": [

"node-fetch": "^2.6.1",
"npmlog": "^6.0.2",
"whatwg-url": "^8.4.0"
"npmlog": "^6.0.2"
},
"gitHead": "225a451071a741179c9173082822bc9918a2933e"
"gitHead": "bc3eb9911070325d7ceb310bc3e89e3777150560"
}
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