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.5.1 to 19.6.0

21

CHANGELOG.md

@@ -0,1 +1,22 @@

# v19.6.0 (Sat May 16 2020)
#### 🐛 Bug Fix
- Project upload is not formatting form-data correctly [#797](https://github.com/jdalrymple/gitbeaker/pull/797) ([@jdalrymple](https://github.com/jdalrymple))
#### 🔩 Dependencies
- chore(deps-dev): bump @types/node from 13.13.5 to 14.0.1 [#790](https://github.com/jdalrymple/gitbeaker/pull/790) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
#### 📝 Documentation
- Update typing to specify that the path or name property must be passed [#796](https://github.com/jdalrymple/gitbeaker/pull/796) ([@jdalrymple](https://github.com/jdalrymple))
#### Authors: 2
- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
---
# v19.5.0 (Mon May 11 2020)

@@ -2,0 +23,0 @@

6

dist/types/services/Projects.d.ts

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

archive(projectId: string | number, options?: Sudo): Promise<import("../infrastructure").PostResponse>;
create({ userId, ...options }: {
create({ userId, ...options }: ({
name: string;
} | {
path: string;
}) & {
userId?: number;

@@ -47,0 +51,0 @@ } & BaseRequestOptions): Promise<import("../infrastructure").PostResponse>;

8

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

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

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

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

"devDependencies": {
"@types/node": "^13.13.1",
"@types/node": "^14.0.1",
"esm": "^3.2.25",

@@ -58,3 +58,3 @@ "fs-extra": "^9.0.0",

},
"gitHead": "8dbc11590bf725c0ce11995af86cd285e96ef9df"
"gitHead": "5906c6180fb2a00888e402b8f240b2ff1a406826"
}

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