
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@tyk-technologies/tyk-ui
Advanced tools
Tyk-ui is our library of reusable presentational UI components. The full list of components and their documentation can be checked here: https://nifty-johnson-6002dd.netlify.app/
Installation
npm install --save @tyk-technologies/tyk-ui
Loading tyk-ui into the project
Import the css before any other styles from your main js file
import '@tyk-technologies/tyk-ui/src/index.css';
Loading SASS files (only if your project uses SASS)
@import '~@tyk-technologies/tyk-ui/lib/sass/index';
NOTE: For projects that don't use SASS but just pure css we are also exposing the compiled styles.
<link rel="stylesheet" type="text/css" href="node_modules/@tyk-technologies/tyk-ui/tyk-ui.css">
Loading React components
import {
Button,
Column,
Dropdown,
Icon,
InfoNote,
Message,
Modal,
Panel,
Row
} from '@tyk-technologies/tyk-ui';
Note: for the projects that don't have React this is not usable, and we can use just the styling.
Contributions to the current library are welcome, so please follow these steps each time you want to make a change:
In order to publish the changes, please do the following
npm run build-prod which generates prod code of the librarypackage.jsonnpm i to regenerate the package-lock.json filenpm publishFAQs
Tyk UI - ui reusable components
The npm package @tyk-technologies/tyk-ui receives a total of 345 weekly downloads. As such, @tyk-technologies/tyk-ui popularity was classified as not popular.
We found that @tyk-technologies/tyk-ui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 25 open source maintainers collaborating on the project.
Did you know?

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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.