🚀 DAY 4 OF LAUNCH WEEK: Introducing GitHub Actions Scanning Support.Learn more →
Socket
Book a DemoInstallSign in
Socket

@mx-cartographer/transactions

Package Overview
Dependencies
Maintainers
17
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mx-cartographer/transactions

Package containing transaction controls

latest
npmnpm
Version
6.0.0
Version published
Maintainers
17
Created
Source

Transaction control library

This library contains Transaction controls

Getting started

Installation

  • npm install @mx-cartographer/transactions

Usage

All components must be wrapped by TransactionDataProvider in order for it to have access to the TransactionStore

TransactionsList control

import { TransactionStore } from '@mx-cartographer/common'
import { TransactionsList } from '@mx-cartographer/transactions'

export const Example = ({ store: TransactionStore }) => {

 return (
   <TransactionDataProvider onEvent={handleEvent} store={store}>
     <TransactionsList />
   </TransactionDataProvider>
 )
}

FAQs

Package last updated on 09 May 2025

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