Socket
Socket
Sign inDemoInstall

multiaddr

Package Overview
Dependencies
Maintainers
3
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multiaddr - npm Package Compare versions

Comparing version 5.0.0 to 5.0.2

dist/index.min.js.map

15

CHANGELOG.md

@@ -0,1 +1,16 @@

<a name="5.0.2"></a>
## [5.0.2](https://github.com/multiformats/js-multiaddr/compare/v5.0.1...v5.0.2) (2018-11-05)
<a name="5.0.1"></a>
## [5.0.1](https://github.com/multiformats/js-multiaddr/compare/v5.0.0...v5.0.1) (2018-11-05)
### Features
* add support for quic addresses ([9238d0d](https://github.com/multiformats/js-multiaddr/commit/9238d0d))
<a name="5.0.0"></a>

@@ -2,0 +17,0 @@ # [5.0.0](https://github.com/multiformats/js-multiaddr/compare/v4.0.0...v5.0.0) (2018-04-24)

16

package.json
{
"name": "multiaddr",
"version": "5.0.0",
"version": "5.0.2",
"description": "multiaddr implementation (binary + string representation of network addresses)",
"leadMaintainer": "Victor Bjelkholm <victorbjelkholm@gmail.com>",
"main": "src/index.js",

@@ -19,6 +20,2 @@ "scripts": {

},
"pre-commit": [
"lint",
"test"
],
"repository": {

@@ -33,3 +30,2 @@ "type": "git",

],
"author": "Juan Benet <juan@benet.ai> (http://juan.benet.ai/)",
"license": "MIT",

@@ -51,3 +47,3 @@ "bugs": {

"devDependencies": {
"aegir": "^13.0.7",
"aegir": "^17.0.1",
"buffer-loader": "0.0.1",

@@ -67,2 +63,3 @@ "chai": "^4.1.2",

"Maciej Krüger <mkg20001@gmail.com>",
"Marcin Rataj <lidel@lidel.org>",
"Richard Littauer <richard.littauer@gmail.com>",

@@ -73,3 +70,2 @@ "Sid Harder <sideharder@gmail.com>",

"Vasco Santos <vasco.santos@moxy.studio>",
"Victor Bjelkholm <victorbjelkholm@gmail.com>",
"Volker Mische <volker.mische@gmail.com>",

@@ -79,4 +75,6 @@ "Yahya <ya7yaz@gmail.com>",

"greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>",
"npm-to-cdn-bot (by Forbes Lindesay) <npmcdn-to-unpkg-bot@users.noreply.github.com>"
"npm-to-cdn-bot (by Forbes Lindesay) <npmcdn-to-unpkg-bot@users.noreply.github.com>",
"victorbjelkholm <victorbjelkholm@gmail.com>",
"victorbjelkholm <victor@protocol.ai>"
]
}

@@ -7,11 +7,14 @@ js-multiaddr

[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](https://webchat.freenode.net/?channels=%23ipfs)
[![Coverage Status](https://img.shields.io/coveralls/multiformats/js-multiaddr/master.svg?style=flat-square)](https://coveralls.io/github/multiformats/js-multiaddr?branch=master)
[![Travis CI](https://img.shields.io/travis/multiformats/js-multiaddr/master.svg?style=flat-square)](https://travis-ci.org/multiformats/js-multiaddr)
[![Circle CI](https://img.shields.io/circleci/project/github/multiformats/js-multiaddr/master.svg?style=flat-square)](https://circleci.com/gh/multiformats/js-multiaddr)
[![Dependency Status](https://david-dm.org/multiformats/js-multiaddr.svg?style=flat-square)](https://david-dm.org/multiformats/js-multiaddr)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
[![](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
[![Build Status](https://img.shields.io/jenkins/s/https/ci.ipfs.team/job/multiformats/job/js-multiaddr/job/master.svg?style=flat-square)](https://ci.ipfs.team/job/multiformats/job/js-multiaddr/job/master)
[![codecov](https://img.shields.io/codecov/c/github/multiformats/js-multiaddr.svg?style=flat-square)](https://codecov.io/gh/multiformats/js-multiaddr)
> JavaScript implementation of [multiaddr](https://github.com/multiformats/multiaddr).
## Lead Maintainer
[Victor Bjelkholm](https://github.com/VictorBjelkholm)
## Table of Contents

@@ -127,6 +130,2 @@

## Maintainers
Captain: [@diasdavid](https://github.com/diasdavid).
## Contribute

@@ -133,0 +132,0 @@

@@ -42,2 +42,3 @@ 'use strict'

[443, 0, 'https'],
[460, 0, 'quic'],
[477, 0, 'ws'],

@@ -44,0 +45,0 @@ [478, 0, 'wss'],

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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