Skip to content

feat: replace temp package with native fs.mkdtemp - #259

Open
singhlovepreet9 wants to merge 1 commit into
leoforfree:masterfrom
singhlovepreet9:fix/replace-temp-package
Open

feat: replace temp package with native fs.mkdtemp#259
singhlovepreet9 wants to merge 1 commit into
leoforfree:masterfrom
singhlovepreet9:fix/replace-temp-package

Conversation

@singhlovepreet9

Copy link
Copy Markdown

Fixes #255.

This replaces the temp dependency with the native Node.js fs.mkdtemp and os.tmpdir() APIs.

By using native fs.mkdtemp, we can eliminate the external temp package entirely, resolving security vulnerabilities, reducing the install size, and removing 14 transitive dependencies without needing an alternative drop-in replacement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

proposal: replace temp npm package

2 participants