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

@nexaro.ipaas/gitlab-sdk

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nexaro.ipaas/gitlab-sdk - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

2

dist/resources/projects/fetch-file-content-raw.js

@@ -10,3 +10,3 @@ "use strict";

async execute({ projectId, fileId, }) {
return await this.gitlabClient.request(`projects/${projectId}/repository/repository/blobs/${fileId}/raw`, {
return await this.gitlabClient.request(`projects/${projectId}/repository/blobs/${fileId}/raw`, {
method: 'GET',

@@ -13,0 +13,0 @@ });

@@ -48,3 +48,3 @@ "use strict";

return {
commitId: commited.commit.id,
commitId: commited.id,
...functionData,

@@ -51,0 +51,0 @@ };

{
"name": "@nexaro.ipaas/gitlab-sdk",
"version": "1.1.3",
"version": "1.1.4",
"description": "📦 Node SDK for GitLab API",

@@ -5,0 +5,0 @@ "license": "ISC",

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