Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@libp2p/tracked-map

Package Overview
Dependencies
Maintainers
6
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libp2p/tracked-map - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

dist/index.min.js

9

package.json
{
"name": "@libp2p/tracked-map",
"version": "3.0.0",
"version": "3.0.1",
"description": "Allows tracking of statistics while libp2p is running",

@@ -25,3 +25,3 @@ "license": "Apache-2.0 OR MIT",

"src",
"dist/src",
"dist",
"!dist/test",

@@ -139,3 +139,4 @@ "!**/*.tsbuildinfo"

"test:electron-main": "aegir test -t electron-main",
"release": "aegir release"
"release": "aegir release",
"docs": "aegir docs"
},

@@ -147,5 +148,5 @@ "dependencies": {

"aegir": "^37.0.7",
"sinon": "^14.0.0",
"sinon": "^15.0.1",
"sinon-ts": "^1.0.0"
}
}

@@ -6,3 +6,3 @@ # @libp2p/tracked-map <!-- omit in toc -->

[![codecov](https://img.shields.io/codecov/c/github/libp2p/js-libp2p-tracked-map.svg?style=flat-square)](https://codecov.io/gh/libp2p/js-libp2p-tracked-map)
[![CI](https://img.shields.io/github/workflow/status/libp2p/js-libp2p-tracked-map/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/libp2p/js-libp2p-tracked-map/actions/workflows/js-test-and-release.yml)
[![CI](https://img.shields.io/github/actions/workflow/status/libp2p/js-libp2p-tracked-map/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/libp2p/js-libp2p-tracked-map/actions/workflows/js-test-and-release.yml?query=branch%3Amaster)

@@ -14,6 +14,8 @@ > Allows tracking of statistics while libp2p is running

- [Install](#install)
- [Browser `<script>` tag](#browser-script-tag)
- [Description](#description)
- [Example](#example)
- [API Docs](#api-docs)
- [License](#license)
- [Contribute](#contribute)
- [Contribution](#contribution)

@@ -26,2 +28,10 @@ ## Install

### Browser `<script>` tag
Loading this module through a script tag will make it's exports available as `Libp2pTrackedMap` in the global namespace.
```html
<script src="https://unpkg.com/@libp2p/tracked-map/dist/index.min.js"></script>
```
## Description

@@ -43,2 +53,6 @@

## API Docs
- <https://libp2p.github.io/js-libp2p-tracked-map>
## License

@@ -51,4 +65,4 @@

## Contribute
## 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.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc