New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@gitbeaker/cli

Package Overview
Dependencies
Maintainers
0
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gitbeaker/cli - npm Package Compare versions

Comparing version 40.0.3 to 40.1.0

16

package.json
{
"name": "@gitbeaker/cli",
"version": "40.0.3",
"version": "40.1.0",
"description": "CLI implementation of the GitLab API.",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
"node": ">=18.20.0"
},

@@ -34,3 +34,3 @@ "repository": {

"scripts": {
"build": "tsup src/index.ts --format esm --treeshake --target node18",
"build": "tsup src/index.ts --format esm --treeshake --target esnext",
"test:unit": "jest --maxWorkers=50% test/unit",

@@ -42,4 +42,4 @@ "test:e2e": "jest --maxWorkers=50% test/e2e",

"dependencies": {
"@gitbeaker/core": "^40.0.3",
"@gitbeaker/rest": "^40.0.3",
"@gitbeaker/core": "^40.1.0",
"@gitbeaker/rest": "^40.1.0",
"chalk": "4.1.2",

@@ -50,6 +50,6 @@ "sywac": "^1.3.0",

"devDependencies": {
"tsup": "^8.0.1",
"typescript": "^5.3.3"
"tsup": "^8.1.0",
"typescript": "^5.5.3"
},
"gitHead": "2f6335a2279bb9a4191e8732ec0889b8e5b2d603"
"gitHead": "312d4dc3eb7938b30ddf2b314297b3a535d5e7bc"
}

@@ -104,4 +104,2 @@ <div align="center">

This could be set globally or using a [.env](https://github.com/motdotla/dotenv#readme) file in the project folder.
</td></tr>

@@ -228,2 +226,3 @@ </tbody>

<td align="center" valign="top" width="0.33%"><a href="http://www.koenbrouwer.com/"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/3260168?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Koen Brouwer"/></td>
<td align="center" valign="top" width="0.33%"><a href="https://scrumplex.net/"><img src="https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/11587657?v=4&h=25&w=25&fit=cover&mask=circle&maxage=7d" alt="Sefa Eyeoglu"/></td>
</tr>

@@ -230,0 +229,0 @@ </p>

Sorry, the diff of this file is not supported yet

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