You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@multiformats/multiaddr-to-uri

Package Overview
Dependencies
Maintainers
10
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@multiformats/multiaddr-to-uri - npm Package Compare versions

Comparing version
11.0.1
to
11.0.2
+11
-10
package.json
{
"name": "@multiformats/multiaddr-to-uri",
"version": "11.0.1",
"version": "11.0.2",
"description": "Convert a Multiaddr to a URI",

@@ -38,9 +38,2 @@ "author": "Alan Shaw",

},
"eslintConfig": {
"extends": "ipfs",
"parserOptions": {
"project": true,
"sourceType": "module"
}
},
"release": {

@@ -128,3 +121,11 @@ "branches": [

"@semantic-release/github",
"@semantic-release/git"
[
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md",
"package.json"
]
}
]
]

@@ -152,4 +153,4 @@ },

"devDependencies": {
"aegir": "^45.0.1"
"aegir": "^47.0.18"
}
}

@@ -1,2 +0,2 @@

# @multiformats/multiaddr-to-uri <!-- omit in toc -->
# @multiformats/multiaddr-to-uri

@@ -11,17 +11,2 @@ [![multiformats.io](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://multiformats.io)

<!--
!IMPORTANT!
Everything in this README between "# About" and "# Install" is automatically
generated and will be overwritten the next time the doc generator is run.
To make changes to this section, please update the @packageDocumentation section
of src/index.js or src/index.ts
To experiment with formatting, please run "npm run docs" from the root of this
repo and examine the changes made.
-->
This module allows easy conversion of Multiaddrs to string URIs.

@@ -62,3 +47,3 @@

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

@@ -77,4 +62,4 @@ ```html

- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
- Apache 2.0, ([LICENSE-APACHE](https://github.com/multiformats/js-multiaddr-to-uri/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT ([LICENSE-MIT](https://github.com/multiformats/js-multiaddr-to-uri/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)

@@ -81,0 +66,0 @@ # Contribution

This project is dual licensed under MIT and Apache-2.0.
MIT: https://www.opensource.org/licenses/mit
Apache-2.0: https://www.apache.org/licenses/license-2.0