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.4 to 1.0.5

2

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

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

@@ -94,6 +94,9 @@ var requestPromise = require('request-promise');

access_level: 40
})
}),
getActiveUsers: () =>
self.get('/users?active=true&per_page=100')
}
module.exports = self;
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