Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
chore: update aegir
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Oct 7, 2020
1 parent 841195a commit e8409c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/libp2p/js-libp2p-utils#readme",
"devDependencies": {
"aegir": "^26.0.0",
"aegir": "^27.0.0",
"it-pair": "^1.0.0",
"it-pipe": "^1.1.0",
"streaming-iterables": "^5.0.3"
Expand Down
1 change: 1 addition & 0 deletions src/array-equals.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/**
* Verify if two arrays of non primitive types with the "equals" function are equal.
* Compatible with multiaddr, peer-id and Buffer.
*
* @param {Array<*>} a
* @param {Array<*>} b
* @returns {boolean}
Expand Down
1 change: 1 addition & 0 deletions src/multiaddr/is-loopback.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const isLoopbackAddr = require('is-loopback-addr')

/**
* Check if a given multiaddr is a loopback address.
*
* @param {Multiaddr} ma
* @returns {boolean}
*/
Expand Down
1 change: 1 addition & 0 deletions src/multiaddr/is-private.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const isIpPrivate = require('private-ip')

/**
* Check if a given multiaddr has a private address.
*
* @param {Multiaddr} ma
* @returns {boolean}
*/
Expand Down

0 comments on commit e8409c5

Please sign in to comment.