files-from-path
Advanced tools
Comparing version
{ | ||
"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)", |
@@ -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. |
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
16856
0.17%43
10.26%0
-100%