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-15 to 1.0.0-alpha-16

2

lib/createRepositoryFile.js

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

msg.payload = error.toString();
node.error(error, msg);
node.error(error);
node.send([null, msg]);

@@ -36,0 +36,0 @@ } else {

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

msg.payload = error.toString();
node.error(error, msg);
node.error(error);
node.send([null, msg]);

@@ -23,0 +23,0 @@ } else {

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

msg.payload = error.toString();
node.error(error, msg);
node.error(error);
node.send([null, msg]);

@@ -36,0 +36,0 @@ } else {

{
"name": "node-red-contrib-gitlab2",
"version": "1.0.0-alpha-15",
"version": "1.0.0-alpha-16",
"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