Socket
Socket
Sign inDemoInstall

@gitbeaker/core

Package Overview
Dependencies
Maintainers
1
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gitbeaker/core - npm Package Compare versions

Comparing version 19.6.0 to 19.7.0

17

CHANGELOG.md

@@ -0,1 +1,18 @@

# v19.7.0 (Sun May 17 2020)
:tada: This release contains work from a new contributor! :tada:
Thank you, null[@xatavian](https://github.com/xatavian), for all your work!
#### 🚀 Enhancement
- Feature: Arbitrary parameters for Projects.search [#801](https://github.com/jdalrymple/gitbeaker/pull/801) (avi.szychter@trialog.com [@xatavian](https://github.com/xatavian))
#### Authors: 2
- [@xatavian](https://github.com/xatavian)
- Avi SZYCHTER (avi.szychter@trialog.com)
---
# v19.6.0 (Sat May 16 2020)

@@ -2,0 +19,0 @@

2

dist/types/services/Projects.d.ts

@@ -61,3 +61,3 @@ import { BaseRequestOptions, BaseService, PaginatedRequestOptions, Sudo } from '../infrastructure';

removeFork(projectId: string | number, options?: Sudo): Promise<import("../infrastructure").PostResponse>;
search(projectName: string): Promise<import("../infrastructure").GetResponse>;
search(projectName: string, options?: BaseRequestOptions): Promise<ProjectSchema[]>;
share(projectId: string | number, groupId: string | number, groupAccess: number, options?: BaseRequestOptions): Promise<import("../infrastructure").PostResponse>;

@@ -64,0 +64,0 @@ show(projectId: string | number, options?: BaseRequestOptions): Promise<import("../infrastructure").GetResponse>;

{
"name": "@gitbeaker/core",
"description": "Core API implementation of the GitLab API. Supports Promises, Async/Await.",
"version": "19.6.0",
"version": "19.7.0",
"author": {

@@ -12,3 +12,3 @@ "name": "Justin Dalrymple"

"dependencies": {
"@gitbeaker/requester-utils": "^19.6.0",
"@gitbeaker/requester-utils": "^19.7.0",
"form-data": "^3.0.0",

@@ -57,3 +57,3 @@ "li": "^1.3.0",

},
"gitHead": "5906c6180fb2a00888e402b8f240b2ff1a406826"
"gitHead": "b5d1230e272aa5be00fe9a9fd313ec5d99777ab7"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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