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

gitlab-api-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitlab-api-wrapper - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

lib/apiV4.js

6

index.js
'use strict';
const ApiV3 = require('./lib/apiV3');
const ApiV4 = require('./lib/apiV4');
module.exports = (options) => {
return new ApiV3(options);
return new ApiV4(options);
};
module.exports.ApiV3 = ApiV3;
module.exports.ApiV4 = ApiV4;
{
"name": "gitlab-api-wrapper",
"version": "1.0.0",
"version": "1.1.0",
"description": "The most comprehensive GitLab API, almost covers all GitLab API endpoints. Also, we provide an isomorphic API which can be used in both browser and Node.js environments.",

@@ -5,0 +5,0 @@ "keywords": [

# gitlab-api-wrapper
[![npm-version][https://img.shields.io/npm/v/gitlab-api-wrapper.svg?style=flat-square]][https://www.npmjs.com/package/gitlab-api-wrapper]
[![npm-downloads][https://img.shields.io/npm/dt/gitlab-api-wrapper.svg?style=flat-square]][https://www.npmjs.com/package/gitlab-api-wrapper]
---

@@ -4,0 +7,0 @@

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