Socket
Socket
Sign inDemoInstall

node-red-contrib-gitlab2

Package Overview
Dependencies
12
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-alpha-13 to 1.0.0-alpha-14

8

lib/updateRepositoryFile.js

@@ -12,3 +12,9 @@ const gitlab = require('node-gitlab');

node.on('input', msg => {
const { branch_name, encoding, content, commit_message } = msg.payload;
const {
branch_name,
encoding,
content,
commit_message,
file_path
} = msg.payload;
const { api, privateToken, id } = getNodeConfig(node, RED, msg);

@@ -15,0 +21,0 @@ const client = gitlab.create({ api, privateToken });

2

package.json
{
"name": "node-red-contrib-gitlab2",
"version": "1.0.0-alpha-13",
"version": "1.0.0-alpha-14",
"description": "Node-RED node using GitLab APIs",

@@ -5,0 +5,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc