You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

files-from-path

Package Overview
Dependencies
Maintainers
1
Versions
19
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

to
0.1.3

9

package.json
{
"name": "files-from-path",
"version": "0.1.2",
"version": "0.1.3",
"description": "Match provided glob paths to file objects with readable stream",
"main": "./cjs/src/index.js",
"types": "./types/index.d.ts",
"typesVersions": {
"*": {
"*": [
"types/*"
]
}
},
"author": "vasco-santos",

@@ -15,0 +8,0 @@ "license": "(Apache-2.0 AND MIT)",

4

README.md

@@ -39,1 +39,5 @@ # files-from-path

It `yields` file like objects in the form of `{ name: String, stream: AsyncIterator<Buffer> }`
## Releasing
You can publish by either running npm publish in the dist directory or using npx ipjs publish.