![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
files-of-type
Advanced tools
A small utility that grabs and returns an array of all the file names of a specific type located in specified directory.
A small utility that grabs and returns a promise that resolves to an array of all the file names of a specific type located in specified directory. Returns an empty array if no files were found.
npm i files-of-type
or
yarn add files-of-type
/**
* Create an array of filenames of specific type.
* @param fileType - the file extension you are searching for
* @param filePath - the path to directory you would like to search. Defaults to __dirname
* @returns <Promise> which will eventually resolve to an array with either the files names or empty
*/
const filesOfType = require('file-of-type');
filesOfType('.js').
then(files => {
files.map(file => console.log(file));
});
FAQs
A small utility that grabs and returns an array of all the file names of a specific type located in specified directory.
We found that files-of-type demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.