Socket
Socket
Sign inDemoInstall

multiaddr

Package Overview
Dependencies
Maintainers
2
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 2.2.1 to 2.2.2

8

package.json
{
"name": "multiaddr",
"version": "2.2.1",
"version": "2.2.2",
"description": "multiaddr implementation (binary + string representation of network addresses)",

@@ -39,5 +39,4 @@ "main": "src/index.js",

"dependencies": {
"babel-runtime": "^6.22.0",
"bs58": "^4.0.0",
"ip": "^1.1.4",
"ip": "^1.1.5",
"lodash.filter": "^4.6.0",

@@ -49,3 +48,3 @@ "lodash.map": "^4.6.0",

"devDependencies": {
"aegir": "^10.0.0",
"aegir": "^11.0.0",
"buffer-loader": "0.0.1",

@@ -62,2 +61,3 @@ "chai": "^3.5.0",

"Stephen Whitmore <stephen.whitmore@gmail.com>",
"Trond Arne Bråthen <tabrath@gmail.com>",
"greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>",

@@ -64,0 +64,0 @@ "npm-to-cdn-bot (by Forbes Lindesay) <npmcdn-to-unpkg-bot@users.noreply.github.com>"

@@ -7,6 +7,7 @@ js-multiaddr

[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](https://webchat.freenode.net/?channels=%23ipfs)
[![Coverage Status](https://coveralls.io/repos/github/multiformats/js-multiaddr/badge.svg?branch=master)](https://coveralls.io/github/multiformats/js-multiaddr?branch=master)
[![Travis CI](https://img.shields.io/travis/multiformats/js-multiaddr.svg?style=flat-square&branch=master)](https://travis-ci.org/multiformats/js-multiaddr)
[![Circle CI](https://circleci.com/gh/multiformats/js-multiaddr.svg?style=svg)](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)
[![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)

@@ -13,0 +14,0 @@

@@ -431,2 +431,1 @@ 'use strict'

}

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

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