![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@cheap-glitch/node-file-system
Advanced tools
Tiny convenience wrapper around Node.js file system APIs.
This is a tiny wrapper around some of the file system APIs of Node.js, with a few convenient helpers thrown in. Its main purpose is to keep a consistent and expressive interface to the file system across various projects.
This package is only available as an ESM module
undefined
instead of throwing an errornpm i @cheap-glitch/node-file-system
import { tryGettingFileContents, removeDirectory } from 'node-file-system';
const fileContents = tryGettingFileContents(new URL('temp/file.txt', import.meta.url)) ?? '';
removeDirectory(new URL('temp', import.meta.url));
See the full changelog here.
Contributions are welcomed! Please open an issue before submitting substantial changes.
ISC
FAQs
Tiny convenience wrapper around Node.js file system APIs.
The npm package @cheap-glitch/node-file-system receives a total of 2 weekly downloads. As such, @cheap-glitch/node-file-system popularity was classified as not popular.
We found that @cheap-glitch/node-file-system 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.