New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@gitkraken/gitkraken-components

Package Overview
Dependencies
Maintainers
1
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gitkraken/gitkraken-components

GitKraken React components shared between the app and GitLens

latest
npmnpm
Version
11.0.7
Version published
Maintainers
1
Created
Source

GitKraken Components

This is a shared module between the GitKraken app and GitLens to share React components.

Requires resolution to React 17

[!WARNING] In order for this package to work properly, you must resolve React to version 17 in your own project. The reason for this is because this library's react-bootstrap dependency lists React 16 as a dependency, and npm/yarn 1 do not provide a way for dependencies to lock sub-dependencies. Therefore it is up to your project to force this library's react-bootstrap to use react 17. The following is an example of what to put into your package.json:

  "resolutions": {
    "react": "17.0.2",
    "react-dom": "17.0.2"
  }

CHANGELOG

FAQs

Package last updated on 25 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts