New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ipfs-bitswap

Package Overview
Dependencies
Maintainers
4
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipfs-bitswap - npm Package Compare versions

Comparing version 0.27.1 to 0.27.2

dist/index.min.js.LICENSE.txt

10

CHANGELOG.md

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

<a name="0.27.2"></a>
## [0.27.2](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.27.1...v0.27.2) (2020-05-05)
### Bug Fixes
* remove node globals and uses ipld-block ([#220](https://github.com/ipfs/js-ipfs-bitswap/issues/220)) ([b28fd03](https://github.com/ipfs/js-ipfs-bitswap/commit/b28fd03))
<a name="0.27.1"></a>

@@ -2,0 +12,0 @@ ## [0.27.1](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.27.0...v0.27.1) (2020-02-10)

43

package.json
{
"name": "ipfs-bitswap",
"version": "0.27.1",
"version": "0.27.2",
"description": "Node.js implementation of the Bitswap data exchange protocol used by IPFS",

@@ -46,3 +46,3 @@ "leadMaintainer": "Dirk McCormick <dirk@protocol.ai>",

"@nodeutils/defaults-deep": "^1.1.0",
"aegir": "^20.3.1",
"aegir": "^21.9.2",
"async-iterator-all": "^1.0.0",

@@ -53,3 +53,5 @@ "benchmark": "^2.1.4",

"dirty-chai": "^2.0.1",
"ipfs-repo": "^0.28.2",
"ipfs-repo": "^2.1.0",
"ipfs-utils": "^2.2.1",
"iso-random-stream": "^1.1.1",
"libp2p": "^0.27.0",

@@ -73,3 +75,2 @@ "libp2p-kad-dht": "^0.18.3",

"rimraf": "^3.0.0",
"safe-buffer": "^5.1.2",
"stats-lite": "^2.2.0",

@@ -80,5 +81,6 @@ "uuid": "^3.3.2"

"bignumber.js": "^9.0.0",
"cids": "~0.7.0",
"buffer": "^5.6.0",
"cids": "~0.8.0",
"debug": "^4.1.0",
"ipfs-block": "~0.8.0",
"ipld-block": "^0.9.1",
"it-length-prefixed": "^3.0.0",

@@ -90,5 +92,5 @@ "it-pipe": "^1.1.0",

"multihashing-async": "^0.8.0",
"protons": "^1.0.1",
"protons": "^1.2.0",
"streaming-iterables": "^4.1.1",
"varint-decoder": "~0.1.1"
"varint-decoder": "~0.4.0"
},

@@ -100,24 +102,21 @@ "pre-push": [

"contributors": [
"Alan Shaw <alan.shaw@protocol.ai>",
"Alex Potsides <alex@achingbrain.net>",
"David Dias <daviddias.p@gmail.com>",
"Dirk McCormick <dirkmdev@gmail.com>",
"Dmitriy Ryajov <dryajov@gmail.com>",
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
"Henrique Dias <hacdias@gmail.com>",
"Hugo Dias <hugomrdias@gmail.com>",
"Volker Mische <volker.mische@gmail.com>",
"Jacob Heun <jacobheun@gmail.com>",
"Maciej Krüger <mkg20001@gmail.com>",
"Dirk McCormick <dirkmdev@gmail.com>",
"Pedro Teixeira <i@pgte.me>",
"Michael Garvin <gar+gh@danger.computer>",
"Pedro Teixeira <i@pgte.me>",
"Richard Littauer <richard.littauer@gmail.com>",
"Hugo Dias <hugomrdias@gmail.com>",
"Alan Shaw <alan.shaw@protocol.ai>",
"achingbrain <alex@achingbrain.net>",
"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <victorbjelkholm@gmail.com>",
"Richard Schneider <makaretu@gmail.com>",
"Stephen Whitmore <stephen.whitmore@gmail.com>",
"Volker Mische <volker.mische@gmail.com>",
"Maciej Krüger <mkg20001@gmail.com>",
"Henrique Dias <hacdias@gmail.com>",
"dmitriy ryajov <dryajov@dmitriys-MBP.HomeNET>",
"greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>",
"greenkeeperio-bot <support@greenkeeper.io>",
"npmcdn-to-unpkg-bot <npmcdn-to-unpkg-bot@users.noreply.github.com>",
"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <victorbjelkholm@gmail.com>"
"Dmitriy Ryajov <dryajov@gmail.com>",
"Richard Littauer <richard.littauer@gmail.com>"
]
}
'use strict'
const Block = require('ipfs-block')
const Block = require('ipld-block')
const CID = require('cids')

@@ -5,0 +5,0 @@ const { getName } = require('multicodec')

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