![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
@nauverse/make-url
Advanced tools
Currently, the package is distributed via NPM.
npm install --save test
Node 18 and above are officially supported, though you may have luck using it with an earlier Node version.
Since the code uses the URL
and URLSearchParams
classes internally, which aren't available below Node v10, the library is known not to work with those versions.
This library provides its own type definitions. "It just works", no need to install anything from @types
.
Thank you for using make-url!
If you need any help using this library, feel free to create a GitHub issue, and ask your questions. I'll try to answer as quickly as possible.
Contributions of any kind (pull requests, bug reports, feature requests, documentation, design) are more than welcome! If you like this project and want to help, but feel like you are stuck, feel free to contact the maintainers.
Building the project should be quick and easy. If it isn't, it's the maintainer's fault. Please report any problems with building in a GitHub issue.
You need to have a reasonably recent version of node.js to build urlcat. Tested on node version 18.0.0 and npm version 8.6.0.
First, clone the git repository:
git clone git@github.com:TheNaubit/make-url.git
Then switch to the newly created urlcat directory and install the dependencies:
cd make-url
npm install
You can then run the unit tests to verify that everything works correctly:
npm run test:run
And finally, build the library:
npm run build
The output will appear in the dist
directory.
Happy hacking!
Thanks goes to these wonderful people (emoji key):
Al | Naucode 🐛 💻 📖 🚧 ⚠️ 🚇 |
This project follows the all-contributors specification. Contributions of any kind welcome!
FAQs
🪄 A tiny URL builder library for TypeScript.
The npm package @nauverse/make-url receives a total of 27 weekly downloads. As such, @nauverse/make-url popularity was classified as not popular.
We found that @nauverse/make-url demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
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.