Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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 30.0.0-canary.1822.311782152.0 to 30.0.0

21

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

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

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

@@ -21,7 +22,9 @@ "xcase": "^2.0.1"

"form-data": "^4.0.0",
"jest-extended": "^0.11.5",
"openpgp": "^4.10.10",
"rollup": "^2.47.0",
"rollup-plugin-typescript2": "^0.30.0",
"ts-node": "^10.0.0",
"typescript": "^4.2.4"
"tslib": "^2.2.0",
"typescript": "^4.2.4",
"uuid": "^8.3.2"
},

@@ -45,3 +48,3 @@ "engines": {

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

@@ -52,7 +55,7 @@ "type": "git",

"scripts": {
"build": "tsc && rollup -c",
"test:integration": "jest test/integration",
"build": "rollup -c ",
"test:integration": "TEST_ID=$(uuid) yarn jest test/integration",
"test:unit": "jest test/unit"
},
"gitHead": "c98fdf2e5fedc9d1ce6f722e2783fc50263a37c1"
"gitHead": "ef1885c186df439f11160be7e1db2d256f0f93c5"
}

@@ -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