ipfs-unixfs-importer
Advanced tools
Comparing version 0.45.0 to 0.45.1-rc.115
{ | ||
"name": "ipfs-unixfs-importer", | ||
"version": "0.45.0", | ||
"version": "0.45.1-rc.115+a012f22", | ||
"description": "JavaScript implementation of the UnixFs importer used by IPFS", | ||
@@ -16,12 +16,10 @@ "leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>", | ||
"build": "aegir build", | ||
"clean": "rm -rf ./dist", | ||
"lint": "aegir lint", | ||
"release": "aegir release", | ||
"release-minor": "aegir release --type minor", | ||
"release-major": "aegir release --type major", | ||
"coverage": "nyc -s npm run test:node && nyc report --reporter=html", | ||
"dep-check": "aegir dep-check" | ||
"depcheck": "aegir dep-check" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ipfs/js-ipfs-unixfs-importer.git" | ||
"url": "git+https://github.com/ipfs/js-ipfs-unixfs.git" | ||
}, | ||
@@ -33,21 +31,21 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/ipfs/js-ipfs-unixfs-importer/issues" | ||
"url": "https://github.com/ipfs/js-ipfs-unixfs/issues" | ||
}, | ||
"engines": { | ||
"node": ">=8.0.0", | ||
"npm": ">=3.0.0" | ||
"node": ">=10.0.0", | ||
"npm": ">=4.0.0" | ||
}, | ||
"homepage": "https://github.com/ipfs/js-ipfs-unixfs-importer#readme", | ||
"homepage": "https://github.com/ipfs/js-ipfs-unixfs#readme", | ||
"devDependencies": { | ||
"aegir": "^20.0.0", | ||
"aegir": "^21.3.0", | ||
"chai": "^4.2.0", | ||
"cids": "~0.7.1", | ||
"deep-extend": "~0.6.0", | ||
"cids": "^0.7.3", | ||
"deep-extend": "^0.6.0", | ||
"detect-node": "^2.0.4", | ||
"dirty-chai": "^2.0.1", | ||
"ipfs-unixfs-exporter": "^0.40.0", | ||
"ipfs-unixfs-exporter": "^0.41.2-rc.115+a012f22", | ||
"ipld": "^0.25.0", | ||
"ipld-in-memory": "^3.0.0", | ||
"it-buffer-stream": "^1.0.0", | ||
"it-last": "^1.0.0", | ||
"it-last": "^1.0.1", | ||
"nyc": "^15.0.0", | ||
@@ -60,3 +58,3 @@ "sinon": "^8.0.4" | ||
"hamt-sharding": "^1.0.0", | ||
"ipfs-unixfs": "^0.3.0", | ||
"ipfs-unixfs": "^0.3.1-rc.115+a012f22", | ||
"ipld-dag-pb": "^0.18.0", | ||
@@ -72,27 +70,3 @@ "it-all": "^1.0.1", | ||
}, | ||
"contributors": [ | ||
"Alan Shaw <alan.shaw@protocol.ai>", | ||
"Alan Shaw <alan@tableflip.io>", | ||
"Alex Potsides <alex@achingbrain.net>", | ||
"Arpit Agarwal <atvanguard@users.noreply.github.com>", | ||
"Bernard Mordan <bernard@tableflip.io>", | ||
"Dan Ordille <dordille@gmail.com>", | ||
"David Dias <daviddias.p@gmail.com>", | ||
"Diogo Silva <fsdiogo@gmail.com>", | ||
"Francisco Baio Dias <xicombd@gmail.com>", | ||
"Friedel Ziegelmayer <dignifiedquire@gmail.com>", | ||
"Greenkeeper <support@greenkeeper.io>", | ||
"Hugo Dias <hugomrdias@gmail.com>", | ||
"Hugo Dias <mail@hugodias.me>", | ||
"Marcin Rataj <lidel@lidel.org>", | ||
"Pedro Teixeira <i@pgte.me>", | ||
"Richard Littauer <richard.littauer@gmail.com>", | ||
"Richard Schneider <makaretu@gmail.com>", | ||
"Stephen Whitmore <stephen.whitmore@gmail.com>", | ||
"Volker Mische <volker.mische@gmail.com>", | ||
"greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>", | ||
"jbenet <juan@benet.ai>", | ||
"nginnever <ginneversource@gmail.com>", | ||
"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <victorbjelkholm@gmail.com>" | ||
] | ||
"gitHead": "a012f22cf08683f9d6d5a3ddf34baf39ee29e24a" | ||
} |
@@ -6,9 +6,4 @@ # ipfs-unixfs-importer <!-- omit in toc --> | ||
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) | ||
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) | ||
[![Build Status](https://flat.badgen.net/travis/ipfs/js-ipfs-unixfs-importer)](https://travis-ci.com/ipfs/js-ipfs-unixfs-importer) | ||
[![Codecov](https://codecov.io/gh/ipfs/js-ipfs-unixfs-importer/branch/master/graph/badge.svg)](https://codecov.io/gh/ipfs/js-ipfs-unixfs-importer) | ||
[![Dependency Status](https://david-dm.org/ipfs/js-ipfs-unixfs-importer.svg?style=flat-square)](https://david-dm.org/ipfs/js-ipfs-unixfs-importer) | ||
[![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/npm-%3E%3D3.0.0-orange.svg?style=flat-square) | ||
![](https://img.shields.io/badge/Node.js-%3E%3D8.0.0-orange.svg?style=flat-square) | ||
[![Build Status](https://flat.badgen.net/travis/ipfs/js-ipfs-unixfs)](https://travis-ci.com/ipfs/js-ipfs-unixfs) | ||
[![Codecov](https://codecov.io/gh/ipfs/js-ipfs-unixfs/branch/master/graph/badge.svg)](https://codecov.io/gh/ipfs/js-ipfs-unixfs) | ||
@@ -15,0 +10,0 @@ > JavaScript implementation of the layout and chunking mechanisms used by IPFS to handle Files |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
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
0
100
65962
24
917
1
182
3
+ Addedipfs-unixfs@0.3.1-rc.115(transitive)
- Removedipfs-unixfs@0.3.0(transitive)