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 7.4.1 to 7.4.2

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="7.4.2"></a>
## [7.4.2](https://github.com/multiformats/js-multiaddr/compare/v7.4.1...v7.4.2) (2020-03-18)
### Bug Fixes
* add buffer to ip ([#115](https://github.com/multiformats/js-multiaddr/issues/115)) ([deb7c9f](https://github.com/multiformats/js-multiaddr/commit/deb7c9f))
<a name="7.4.1"></a>

@@ -2,0 +12,0 @@ ## [7.4.1](https://github.com/multiformats/js-multiaddr/compare/v7.4.0...v7.4.1) (2020-03-16)

12

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

@@ -39,3 +39,3 @@ "leadMaintainer": "Jacob Heun <jacobheun@gmail.com>",

"is-ip": "^3.1.0",
"multibase": "^0.6.0",
"multibase": "^0.7.0",
"varint": "^5.0.0"

@@ -59,4 +59,4 @@ },

"Volker Mische <volker.mische@gmail.com>",
"Hugo Dias <hugomrdias@gmail.com>",
"dignifiedquire <dignifiedquire@gmail.com>",
"Hugo Dias <hugomrdias@gmail.com>",
"Dmitriy Ryajov <dryajov@gmail.com>",

@@ -71,5 +71,4 @@ "Richard Littauer <richard.littauer@gmail.com>",

"Tony Jin <nijynot@gmail.com>",
"Sid Harder <sideharder@gmail.com>",
"Cayman <caymannava@gmail.com>",
"Stephen Whitmore <stephen.whitmore@gmail.com>",
"Alessandro Ricottone <ricott2@gmail.com>",
"Trond Arne Bråthen <tabrath@gmail.com>",

@@ -81,5 +80,6 @@ "Vasco Santos <vasco.santos@moxy.studio>",

"Zane Starr <zcstarr@gmail.com>",
"Alessandro Ricottone <ricott2@gmail.com>",
"Chris Anderson <jchris@gmail.com>",
"Sid Harder <sideharder@gmail.com>"
"Stephen Whitmore <stephen.whitmore@gmail.com>"
]
}
'use strict'
const { Buffer } = require('buffer')
const isIp = require('is-ip')

@@ -4,0 +5,0 @@

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