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

@imtf/panache

Package Overview
Dependencies
Maintainers
2
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@imtf/panache

This repository contains the IMTF component library. It is a collection of reusable components that can be used in any front-end IMTF project developed with React.

latest
Source
npmnpm
Version
5.8.1
Version published
Weekly downloads
605
-11.29%
Maintainers
2
Weekly downloads
 
Created
Source

🍻 Panaché - React component library

This repository contains the IMTF component library. It is a collection of reusable components that can be used in any front-end IMTF project developed with React.

Pre-requisites

The following peer dependencies must be installed:

  • @mui/material 7.1.0 or higher
  • @mui/lab 7.0.0 or higher
  • react and react-dom 18.0.0 or 19.0.0 or higher
  • react-error-boundary 6.0.0 or higher

Installation

just run within your project:

# with npm
npm install @imtf/panache

# with yarn
yarn add @imtf/panache

Development

Prior to development, make sure you have installed the dependencies from the repository root:

npm install

Then you can start storybook in order to develop and test the components:

# Start storybook (run from repository root)
npm run dev

Testing

To run the tests, just run:

npm run test

Coverage report can be generated with:

npm run test:coverage

Tests (and coverage) can be run as well with a UI in browser with:

npm run test:ui

FAQs

Package last updated on 20 Mar 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