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 to 25.6.1-canary.1352.225920336.0

1

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

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

8

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

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

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

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

"scripts": {
"build:self": "tsc && rollup -c",
"build:self": "tsc && rollup -c && rm ./dist/map.json",
"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": "3c4de901322f09160b79bcdf282a5d79969dc969"
"gitHead": "900ce6c283fdf733c19709f50d3bd72e52cd1130"
}

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