@libp2p/tracked-map
TypeScript icon, indicating that this package has built-in type declarations

3.0.4 • Public • Published

@libp2p/tracked-map

libp2p.io Discuss codecov CI

Allows tracking of statistics while libp2p is running

Table of contents

Install

$ npm i @libp2p/tracked-map

Browser <script> tag

Loading this module through a script tag will make it's exports available as Libp2pTrackedMap in the global namespace.

<script src="https://unpkg.com/@libp2p/tracked-map/dist/index.min.js"></script>

Description

A map that reports it's size to the libp2p Metrics system.

If metrics are disabled a regular map is used.

Example

import { trackedMap } from '@libp2p/tracked-map'

const map = trackedMap<string, string>({ metrics })

map.set('key', 'value')

API Docs

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Readme

Keywords

Package Sidebar

Install

npm i @libp2p/tracked-map

Weekly Downloads

2,829

Version

3.0.4

License

Apache-2.0 OR MIT

Unpacked Size

11.6 kB

Total Files

10

Last publish

Collaborators

  • jacobheun
  • npm-service-account-libp2p
  • alanshaw
  • vascosantos
  • achingbrain
  • daviddias