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 25.6.0-canary.1352.222796502.0 to 25.6.0

dist/map.json

38

CHANGELOG.md

@@ -0,1 +1,39 @@

# v25.6.0 (Mon Nov 30 2020)
:tada: This release contains work from a new contributor! :tada:
Thank you, Hennadii Varava ([@Sumragen](https://github.com/Sumragen)), for all your work!
#### 💥 Feature
- Revert project to commit [#1353](https://github.com/jdalrymple/gitbeaker/pull/1353) ([@Sumragen](https://github.com/Sumragen) [@jdalrymple](https://github.com/jdalrymple))
#### Authors: 2
- Hennadii Varava ([@Sumragen](https://github.com/Sumragen))
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
---
# v25.5.0 (Sun Nov 29 2020)
:tada: This release contains work from a new contributor! :tada:
Thank you, Omar Awamry ([@wamry](https://github.com/wamry)), for all your work!
#### 🐛 Bug Fix
- fix: change labels type in all MergeRequestPptions types [#1355](https://github.com/jdalrymple/gitbeaker/pull/1355) (omar.awamry@vodafone.com)
#### 🔩 Dependency Updates
- chore(deps-dev): bump rollup-plugin-typescript2 from 0.28.0 to 0.29.0 [#1324](https://github.com/jdalrymple/gitbeaker/pull/1324) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
#### Authors: 2
- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])
- Omar Awamry ([@wamry](https://github.com/wamry))
---
# v25.4.0 (Tue Nov 24 2020)

@@ -2,0 +40,0 @@

1

dist/types/index.d.ts
import * as APIServices from './services';
export declare function getAPIMap(): Record<string, unknown>;
export * from './services';

@@ -4,0 +3,0 @@ export declare const GroupsBundle: import("./infrastructure").BundleType<{

@@ -55,2 +55,3 @@ import { BaseService } from '@gitbeaker/requester-utils';

references(projectId: string | number, sha: string, options?: Sudo): Promise<Record<string, unknown> | Record<string, unknown>[]>;
revert(projectId: string | number, sha: string, options?: Sudo): Promise<Record<string, unknown>>;
show(projectId: string | number, sha: string, options?: BaseRequestOptions): Promise<Record<string, unknown> | Record<string, unknown>[]>;

@@ -57,0 +58,0 @@ status(projectId: string | number, sha: string, options?: BaseRequestOptions): Promise<Record<string, unknown> | Record<string, unknown>[]>;

{
"name": "@gitbeaker/core",
"description": "Core API implementation of the GitLab API. Supports Promises, Async/Await.",
"version": "25.6.0-canary.1352.222796502.0",
"version": "25.6.0",
"author": {

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

"dependencies": {
"@gitbeaker/requester-utils": "25.6.0-canary.1352.222796502.0",
"@gitbeaker/requester-utils": "^25.6.0",
"form-data": "^3.0.0",

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

"scripts": {
"build:self": "tsc && rollup -c && rm ./dist/map.json",
"build:self": "tsc && rollup -c",
"build": "yarn run generate-map && yarn run build:self",

@@ -57,3 +57,3 @@ "generate-map": "ESM_DISABLE_CACHE=true TS_NODE_PROJECT=scripts/tsconfig.json node -r esm -r ts-node/register scripts/generate.ts",

},
"gitHead": "8b197bac4fded5d8aeb17dc366018b0a65e05a87"
"gitHead": "3c4de901322f09160b79bcdf282a5d79969dc969"
}

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