Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

files-from-path

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

files-from-path - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

4

package.json
{
"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 = {

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