Socket
Socket
Sign inDemoInstall

simple-gitlab-api

Package Overview
Dependencies
52
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "simple-gitlab-api",
"version": "1.0.1",
"version": "1.0.2",
"description": "A simple GitLab API library for Node.js using simple request-promise calls",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -69,2 +69,8 @@ var requestPromise = require('request-promise');

}), 3000)
}),
newGroupVariable: (path, key, value) =>
self.post('/groups/' + path + '/variables', {
key: key,
value: value
})

@@ -71,0 +77,0 @@

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