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 21.1.0 to 21.2.0

3

CHANGELOG.md

@@ -1,2 +0,2 @@

# v21.1.0 (Sun Jun 14 2020)
# v21.2.0 (Sun Jun 14 2020)

@@ -6,2 +6,3 @@ #### 🐛 Bug Fix

- Fixing missing CLI tests and modifyServices function [#886](https://github.com/jdalrymple/gitbeaker/pull/886) ([@jdalrymple](https://github.com/jdalrymple))
- Fixing package versions again \[skip ci\] ([@jdalrymple](https://github.com/jdalrymple))
- Updating CHANGELOG.md \[skip ci\] ([@jdalrymple](https://github.com/jdalrymple))

@@ -8,0 +9,0 @@ - v21.0.1 ([@jdalrymple](https://github.com/jdalrymple))

@@ -1,3 +0,2 @@

import FormData from 'form-data';
interface Constructor {
export interface Constructor {
new (...args: any): any;

@@ -4,0 +3,0 @@ }

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

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

"dependencies": {
"@gitbeaker/requester-utils": "^21.1.0",
"@gitbeaker/requester-utils": "^21.2.0",
"form-data": "^3.0.0",

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

},
"gitHead": "ee1b0ed46db2f4d034140ee05ad40f96fec26005"
"gitHead": "a7e5c2886808e15fa91cc96e6717e9019087f6d5"
}

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