Gathering detailed insights and metrics for @calvinbonner/file-list-ext
Gathering detailed insights and metrics for @calvinbonner/file-list-ext
npm install @calvinbonner/file-list-ext
Typescript
Module System
Node Version
NPM Version
71.3
Supply Chain
93.5
Quality
89.5
Maintenance
100
Vulnerability
100
License
Total Downloads
534
Last Day
1
Last Week
10
Last Month
387
Last Year
534
Minified
Minified + Gzipped
Latest Version
0.0.2
Package Id
@calvinbonner/file-list-ext@0.0.2
Unpacked Size
16.78 kB
Size
5.23 kB
File Count
5
NPM Version
10.7.0
Node Version
20.15.0
Publised On
17 Dec 2024
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
11.1%
10
Compared to previous week
Last month
163.3%
387
Compared to previous month
Last year
0%
534
Compared to previous year
3
file-list-ext
is an atomic library containing only a single class:
FileListExt
, which seeks to extend the built-in FileList
class and provide
tools for easier reading and manipulation of FileLists
, as well as converting
between File
, File[]
, and FileList
.
[!WARNING]
Obviously, the
FileList
class is read-only for a reason. Mutating or writing to aFileList
can be a security risk in some cases. Please be sure that you are using this class carefully and considering the implications of your own code.
To get started using file-list-ext
, just install the package using your
preferred package manager:
1# deno 2deno add jsr:@calvinbonner/file-list-ext --dev 3 4# npm 5npx jsr add @calvinbonner/file-list-ext --dev 6 7# pnpm 8pnpm dlx jsr add @calvinbonner/file-list-ext --dev 9 10# bun 11bunx jsr add @calvinbonner/file-list-ext --dev 12 13# yarn 14yarn dlx jsr add @calvinbonner/file-list-ext --dev
Or, when using Deno, you can import directly from JSR without installing:
1import * as file_list_ext from "jsr:@calvinbonner/file-list-ext";
1# npm 2npm install @calvinbonner/file-list-ext --save-dev 3 4# pnpm 5pnpm add @calvinbonner/file-list-ext --save-dev 6 7# bun 8bun add @calvinbonner/file-list-ext --dev 9 10# yarn 11yarn add @calvinbonner/file-list-ext --dev
Please feel free to open an issue on GitHub or create a PR. When running the
source locally, you can run unit tests using bun test
or bun test --watch
.
The following are items on my To-Do list for this project. If you're looking to contribute, please check this list to see if what you need is already on here.
No vulnerabilities found.
No security vulnerabilities found.