files-from-path
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "files-from-path", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Match provided glob paths to file objects with readable stream", | ||
@@ -35,2 +35,3 @@ "main": "./cjs/src/index.js", | ||
"err-code": "^3.0.1", | ||
"ipfs-unixfs": "^6.0.5", | ||
"it-glob": "^0.0.13" | ||
@@ -41,3 +42,2 @@ }, | ||
"ava": "^3.15.0", | ||
"ipfs-unixfs": "^5.0.0", | ||
"ipjs": "^5.0.3", | ||
@@ -44,0 +44,0 @@ "standard": "^16.0.3", |
@@ -5,2 +5,8 @@ # files-from-path | ||
[![Build](https://github.com/web3-storage/files-from-path/actions/workflows/main.yml/badge.svg)](https://github.com/web3-storage/files-from-path/actions/workflows/main.yml) | ||
[![dependencies Status](https://status.david-dm.org/gh/web3-storage/files-from-path.svg)](https://david-dm.org/web3-storage/files-from-path) | ||
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) | ||
[![Downloads](https://img.shields.io/npm/dm/files-from-path.svg)](https://www.npmjs.com/package/files-from-path) | ||
[![Minzipped size](https://badgen.net/bundlephobia/minzip/files-from-path)](https://bundlephobia.com/result?p=files-from-path) | ||
## Install | ||
@@ -7,0 +13,0 @@ |
@@ -66,3 +66,3 @@ /// <reference types="node" /> | ||
*/ | ||
mtime?: import("ipfs-unixfs/dist/src/types").MtimeLike | undefined; | ||
mtime?: import("ipfs-unixfs/types/src/types").MtimeLike | undefined; | ||
}; | ||
@@ -69,0 +69,0 @@ export type FileObject = { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19006
5
55
3
+ Addedipfs-unixfs@^6.0.5
+ Added@protobufjs/aspromise@1.1.2(transitive)
+ Added@protobufjs/base64@1.1.2(transitive)
+ Added@protobufjs/codegen@2.0.4(transitive)
+ Added@protobufjs/eventemitter@1.1.0(transitive)
+ Added@protobufjs/fetch@1.1.0(transitive)
+ Added@protobufjs/float@1.0.2(transitive)
+ Added@protobufjs/inquire@1.1.0(transitive)
+ Added@protobufjs/path@1.1.2(transitive)
+ Added@protobufjs/pool@1.1.0(transitive)
+ Added@protobufjs/utf8@1.1.0(transitive)
+ Added@types/long@4.0.2(transitive)
+ Added@types/node@22.9.0(transitive)
+ Addedipfs-unixfs@6.0.9(transitive)
+ Addedlong@4.0.0(transitive)
+ Addedprotobufjs@6.11.4(transitive)
+ Addedundici-types@6.19.8(transitive)