Socket
Socket
Sign inDemoInstall

@gitbeaker/node

Package Overview
Dependencies
Maintainers
1
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gitbeaker/node - npm Package Compare versions

Comparing version 29.3.0-canary.1838.313135381.0 to 29.3.0

16

package.json
{
"name": "@gitbeaker/node",
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.",
"version": "29.3.0-canary.1838.313135381.0",
"version": "29.3.0",
"author": {

@@ -12,4 +12,5 @@ "name": "Justin Dalrymple"

"dependencies": {
"@gitbeaker/core": "29.3.0-canary.1838.313135381.0",
"@gitbeaker/requester-utils": "29.3.0-canary.1838.313135381.0",
"@gitbeaker/core": "^29.3.0",
"@gitbeaker/requester-utils": "^29.3.0",
"delay": "^5.0.0",
"got": "^11.8.2",

@@ -20,8 +21,7 @@ "xcase": "^2.0.1"

"@types/node": "^15.3.0",
"esbuild": "^0.12.5",
"form-data": "^4.0.0",
"jest-extended": "^0.11.5",
"openpgp": "^4.10.10",
"rollup": "^2.47.0",
"rollup-plugin-dts": "^3.0.1",
"rollup-plugin-esbuild": "^4.2.3",
"rollup-plugin-typescript2": "^0.30.0",
"tslib": "^2.2.0",

@@ -48,3 +48,3 @@ "typescript": "^4.2.4",

"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"types": "dist/types",
"repository": {

@@ -59,3 +59,3 @@ "type": "git",

},
"gitHead": "09997e851796f2c2bdadd05c1d73ea2ecad6e4ad"
"gitHead": "2123e94d8abdce43b3077d17f6682d20d8ede65d"
}

@@ -7,22 +7,24 @@ <div align="center">

<p align="center">
<a href="https://gitlab.com/jdalrymple/gitbeaker/pipelines">
<img src="https://img.shields.io/gitlab/pipeline/jdalrymple/gitbeaker/master" alt="Gitlab Pipeline Status">
</a>
<a href="https://codeclimate.com/github/jdalrymple/gitbeaker">
<img src="https://codeclimate.com/github/jdalrymple/gitbeaker/badges/gpa.svg" alt="Code Climate maintainability">
</a>
<a href="https://codecov.io/gh/jdalrymple/gitbeaker">
<img src="https://img.shields.io/codecov/c/github/jdalrymple/gitbeaker/master.svg" alt="CodeCov test coverage">
</a>
<a href="https://david-dm.org/jdalrymple/gitbeaker">
<img src="https://david-dm.org/jdalrymple/gitbeaker/status.svg" alt="Dependency Status" />
</a>
<a href="https://david-dm.org/jdalrymple/gitbeaker?type=dev">
<img src="https://david-dm.org/jdalrymple/gitbeaker/dev-status.svg.svg" alt="Dev Dependency Status" />
</a>
<img src="https://flat.badgen.net/dependabot/jdalrymple/gitbeaker?icon=dependabot" alt="Dependabot Badge" />
<a href="https://github.com/intuit/auto">
<img src="https://img.shields.io/badge/release-auto.svg?colorA=888888&colorB=9B065A&label=auto" alt="Auto">
</a>
<img src="https://img.shields.io/badge/code%20style-prettier-ff69b4.svg" alt="Prettier">
<a href="https://gitlab.com/jdalrymple/gitbeaker/pipelines">
<img src="https://img.shields.io/gitlab/pipeline/jdalrymple/gitbeaker/master" alt="Gitlab Pipeline Status">
</a>
<a href="https://codeclimate.com/github/jdalrymple/gitbeaker">
<img src="https://codeclimate.com/github/jdalrymple/gitbeaker/badges/gpa.svg" alt="Code Climate maintainability">
</a>
<a href="https://codecov.io/gh/jdalrymple/gitbeaker">
<img src="https://img.shields.io/codecov/c/github/jdalrymple/gitbeaker/master.svg" alt="CodeCov test coverage">
</a>
<a href="https://david-dm.org/jdalrymple/gitbeaker">
<img src="https://status.david-dm.org/gh/jdalrymple/gitbeaker.svg" alt="Dependency Status" />
</a>
<a href="https://david-dm.org/jdalrymple/gitbeaker?type=dev">
<img src="https://status.david-dm.org/gh/jdalrymple/gitbeaker.svg?type=dev" alt="Dev Dependency Status" />
</a>
<a href="https://github.com/intuit/auto">
<img src="https://img.shields.io/badge/release-auto.svg?colorA=888888&colorB=9B065A&label=auto" alt="Auto">
</a>
<a href="#contributors-">
<img src="https://img.shields.io/badge/all_contributors-orange.svg?style=round" alt="All Contributors" />
</a>
<img src="https://img.shields.io/badge/code%20style-prettier-ff69b4.svg" alt="Prettier">
<a href="LICENSE.md">

@@ -29,0 +31,0 @@ <img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="Licence: MIT">

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