Unpkg
unpkg.comBR
69
Rank Trend
Ranking history over time.
About Unpkg
UNPKG is a fast, global content delivery network (CDN) that allows users to load any file from npm packages using a simple URL format. It supports various versioning options and provides easy access to frontend development libraries.
Load npm packages quickly and easily using a CDN.
69
Bear Rank
#823
Global Rank
.com
TLD
Web Development
Category
What You Can Do
- Access any npm package via URL
- Load specific versions of packages
- Browse files in a package directory
- Use semver ranges for versioning
- Resolve files based on package default entry points
Frequently Asked Questions
What is UNPKG?
UNPKG is a content delivery network that serves files from npm packages.
How do I load a specific version of a package?
You can specify the version in the URL format: unpkg.com/:package@:version/:file.
Can I browse the files in a package?
Yes, by adding a trailing slash to the package URL, you can view a listing of all files.
What happens if I don't specify a version?
If no version is specified, UNPKG defaults to the latest version of the package.
Is UNPKG free to use?
Yes, UNPKG is a free service for accessing npm packages.