ipfs-unixfs-importer
Advanced tools
Comparing version 0.44.0 to 0.44.1
@@ -0,1 +1,11 @@ | ||
<a name="0.44.1"></a> | ||
## [0.44.1](https://github.com/ipfs/js-ipfs-unixfs-importer/compare/v0.44.0...v0.44.1) (2020-02-03) | ||
### Performance Improvements | ||
* small bl ([#52](https://github.com/ipfs/js-ipfs-unixfs-importer/issues/52)) ([3d461ce](https://github.com/ipfs/js-ipfs-unixfs-importer/commit/3d461ce)) | ||
<a name="0.44.0"></a> | ||
@@ -2,0 +12,0 @@ # [0.44.0](https://github.com/ipfs/js-ipfs-unixfs-importer/compare/v0.43.1...v0.44.0) (2020-01-15) |
{ | ||
"name": "ipfs-unixfs-importer", | ||
"version": "0.44.0", | ||
"version": "0.44.1", | ||
"description": "JavaScript implementation of the UnixFs importer used by IPFS", | ||
@@ -73,3 +73,2 @@ "leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>", | ||
"Alan Shaw <alan@tableflip.io>", | ||
"Alex Potsides <alex@achingbrain.net>", | ||
"Arpit Agarwal <atvanguard@users.noreply.github.com>", | ||
@@ -91,2 +90,3 @@ "Bernard Mordan <bernard@tableflip.io>", | ||
"Volker Mische <volker.mische@gmail.com>", | ||
"achingbrain <alex@achingbrain.net>", | ||
"greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>", | ||
@@ -93,0 +93,0 @@ "jbenet <juan@benet.ai>", |
'use strict' | ||
const BufferList = require('bl') | ||
const BufferList = require('bl/BufferList') | ||
@@ -5,0 +5,0 @@ module.exports = async function * fixedSizeChunker (source, options) { |
'use strict' | ||
const BufferList = require('bl') | ||
const BufferList = require('bl/BufferList') | ||
const { create } = require('rabin-wasm') | ||
@@ -5,0 +5,0 @@ const errcode = require('err-code') |
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
Sorry, the diff of this file is not supported yet
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
3505428
3
80
16440