Socket
Socket
Sign inDemoInstall

gitlab-fetch

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitlab-fetch - npm Package Compare versions

Comparing version 0.2.0-dev.7849744 to 0.2.0-dev.8949438

lib/apis/services.d.ts

5

CHANGELOG.md
# Changelog
## develop
* Add Commits API (#1, !2, !3).
* Add partial support for Services API.
* [internal] Use Yarn for builds
## 0.1.0
* Initial release

1

lib/apis/index.d.ts

@@ -9,3 +9,4 @@ export * from './branches';

export * from './repository';
export * from './services';
export * from './tags';
export * from './users';

@@ -14,4 +14,5 @@ "use strict";

__export(require("./repository"));
__export(require("./services"));
__export(require("./tags"));
__export(require("./users"));
//# sourceMappingURL=index.js.map

@@ -18,1 +18,2 @@ export * from './branch';

export * from './user';
export * from './services';

2

package.json
{
"name": "gitlab-fetch",
"version": "0.2.0-dev.7849744",
"version": "0.2.0-dev.8949438",
"author": "Jay Anslow <jay@anslow.me.uk>",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -14,2 +14,3 @@ A GitLab API client using the [whatwg-fetch API](https://github.com/whatwg/fetch) (written in TypeScript).

* [Labels](https://docs.gitlab.com/ce/api/labels.html)
* [Services](https://docs.gitlab.com/ce/api/services.html) (partial)

@@ -16,0 +17,0 @@ ## Usage

Sorry, the diff of this file is not supported yet

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