If you are not sure if the website you would like to visit is secure, you can verify it here. Enter the website address of the page and see parts of its content and the thumbnail images on this site. None (if any) dangerous scripts on the referenced page will be executed. Additionally, if the selected site contains subpages, you can verify it (review) in batches containing 5 pages.
favicon.ico: unpkg.com - UNPKG.

site address: unpkg.com redirected to: unpkg.com

site title: UNPKG

Our opinion (on Saturday 11 July 2026 12:10:34 UTC):

GREEN status (no comments) - no comments
page from cache: 75 days ago
Meta tags:
description=The CDN for everything on npm;

Headings (most frequently used words):

unpkg, nobuild, apps, metadata, api, cache, performance, about,

Text of the page (most frequently used words):
unpkg (53), the (41), com (27), package (27), preact (19), dist (17), version (16), you (16), react (15), file (14), for (12), that (12), npm (11), like (10), with (9), this (9), script (9), url (8), from (7), path (7), min (7), your (7), html (7), https (7), default (7), not (6), any (6), will (6), use (6), and (6), using (6), htm (6), exports (6), cache (5), example (5), number (5), files (5), type (5), export (5), router (5), json (5), build (5), module (5), load (5), about (4), latest (4), specify (4), tag (4), cloudflare (4), meta (4), count (4), import (4), hooks (4), can (4), index (4), name (4), field (4), conditions (4), exp (4), metadata (3), apps (3), supported (3), hit (3), resolve (3), published (3), which (3), full (3), does (3), when (3), semver (3), range (3), are (3), global (3), network (3), based (3), works (3), size (3), integrity (3), javascript (3), production (3), directory (3), body (3), app (3), condition (3), src (3), performance (2), api (2), nobuild (2), please (2), instead (2), out (2), because (2), needs (2), serve (2), redirect (2), permanent (2), urls (2), fully (2), one (2), content (2), delivery (2), allow (2), different (2), every (2), workers (2), also (2), allows (2), everything (2), sha256 (2), text (2), dom (2), development (2), return (2), including (2), value (2), ideal (2), quickly (2), without (2), render (2), usestate (2), setcount (2), div (2), button (2), head (2), run (2), browser (2), custom (2), used (2), entry (2), point (2), server (2), fetch (2), packages (2), gsap (2), jquery (2), don (2), vue (2), umd (2), three (2), ver (2), pkg (2), overview, affiliated, way, contact, help, reach, questions, concerns, mjackson, open, source, project, direct, matching, major, plus, figure, short, always, cause, resource, need, make, sure, fixed, resolved, none, specified, maximum, satisfying, given, best, chance, getting, cached, their, includes, authors, overwrite, has, already, been, same, additionally, runs, edge, billions, requests, day, low, latency, hundreds, locations, worldwide, serverless, nature, scale, immediately, satisfy, sudden, spikes, traffic, mirror, automatically, available, within, minutes, being, prefix, gh8wmhw9mo5imabq7foc7szdmremno, 7qr8ktk4ebgy, 195047, z5j8ohosgkvfgajbtw8sbj, m68llmgltsjdhk4a5uya, 195045, object, information, subresource, serves, append, root, subdirectory, bundler, required, small, projects, prototypes, situation, where, get, something, running, setting, pipeline, document, increment, onclick, let, function, bind, const, imports, importmap, utf, charset, lang, doctype, below, functional, require, order, loading, dependencies, entirely, step, directly, map, modules, too, should, either, via, query, parameter, environment, other, could, subpath, spec, subpaths, looks, would, able, publish, following, modern, many, meant, solely, frontend, main, browse, older, include, add, trailing, view, listing, all, esm, prod, valid, 174, fast, easily,


Text of the page (random words):
unpkg unpkg unpkg is a fast global content delivery network for everything on npm use it to quickly and easily load any file on npm using a url like unpkg com pkg ver file https unpkg com package version file pkg package is the name of the package on npm ver version is the version of the package file is the path to a file in the package for example unpkg com preact 10 26 4 dist preact min js unpkg com react 18 3 1 umd react production min js unpkg com three 0 174 0 build three module min js you can also use any valid semver range or npm tag unpkg com preact latest dist preact min js unpkg com react 18 umd react production min js if you don t specify a version the latest tag is used by default unpkg com preact dist preact min js unpkg com vue dist vue esm browser prod js add a trailing to a directory url to view a listing of all the files in that directory unpkg com react unpkg com preact src unpkg com react router if you d like to browse an older version of a package include a version number in the url unpkg com react 18 unpkg com react router 5 if you don t specify a file path unpkg will resolve the file based on the package s default entry point in many packages that are meant solely for frontend development like jquery and gsap this will be the value of the main field in the package json file unpkg com jquery unpkg com gsap in modern packages that use the exports field unpkg will resolve the file using the default export condition so for example if you publish a package with the following package json name my package exports default dist index js you would be able to load your package from unpkg using a script tag like script src https unpkg com my package script the full exports spec is supported including subpaths so if your package json looks like name my package exports exp default dist exp js you can load the exp subpath with script src https unpkg com my package exp script custom export conditions are supported via the conditions query parameter this allows you to load a different file based on the environment or other conditions for example to fetch react using the react server condition you could do fetch https unpkg com react conditions react server if you d like to specify a custom build of your package that should be used as the default entry point on unpkg you can use either the unpkg field in your package json or the unpkg export condition in your exports field name my package unpkg dist index unpkg js this works exports unpkg dist index unpkg js this works too default dist index js nobuild apps unpkg is ideal for loading dependencies in apps that run entirely in the browser without a build step you can load javascript modules from unpkg directly in your html using an import map below is a fully functional preact app that does not require a build in order to run doctype html html lang en head meta charset utf 8 script type importmap imports preact https unpkg com preact 10 25 4 dist preact module js preact hooks https unpkg com preact 10 25 4 hooks dist hooks module js htm https unpkg com htm 3 1 1 dist htm module js script head body script type module import h render from preact import usestate from preact hooks import htm from htm const html htm bind h function app let count setcount usestate 0 return html div p count count p button onclick setcount count 1 increment button div render html app document body script body html no bundler required this is ideal for small projects prototypes or any situation where you d like to get something up and running quickly without setting up a build pipeline metadata api unpkg serves metadata about the files in a package when you append meta to any package root or subdirectory url for example unpkg com react router 7 3 0 meta unpkg com react router 7 3 0 dist meta this will return a json object with information about the files in that directory including path size type and subresource integrity value package react router version 7 3 0 prefix dist files path dist development dom export js size 195045 type text javascript integrity sha256 z5j8ohosgkvfgajbtw8sbj m68llmgltsjdhk4a5uya path dist production dom export js size 195047 type text javascript integrity sha256 gh8wmhw9mo5imabq7foc7szdmremno 7qr8ktk4ebgy cache performance unpkg is a mirror of everything on npm every file on npm is automatically available on unpkg com within minutes of being published additionally unpkg runs on cloudflare s global edge network using cloudflare workers which allow unpkg to serve billions of requests every day with low latency from hundreds of locations worldwide the serverless nature of cloudflare workers also allows unpkg to scale immediately to satisfy sudden spikes in traffic files are cached on cloudflare s global content delivery network based on their permanent url which includes the npm package version this works because npm does not allow package authors to overwrite a package that has already been published with a different one at the same version number urls that do not specify a fully resolved package version number redirect to one that does this is the latest version when none is specified or the maximum satisfying version when a semver range is given for the best chance of getting a cache hit use the full package version number and file path in your unpkg urls instead of an npm tag or semver range for example a url like unpkg com preact 10 will not be a direct cache hit because unpkg needs to resolve the version 10 to the latest matching version of preact published with that major plus it needs to figure out which file to serve so a short url like this will always cause a redirect to the permanent url for that resource if you need to make sure you hit the cache use a fixed version number and the full file path like unpkg com preact 10 5 0 dist preact min js about unpkg is an open source project from mjackson unpkg is not affiliated with or supported by npm in any way please do not contact npm for help with unpkg instead please reach out to unpkg with any questions or concerns overview nobuild apps metadata api cache performance about
Thumbnail images (randomly selected): * Images may be subject to copyright.GREEN status (no comments)

    No Images


    Verified site has: 18 subpage(s). Do you want to verify them? Verify pages:

    1-5 6-10 11-15 16-18


    Top 50 hastags from of all verified websites.

    Supplementary Information (add-on for SEO geeks)*- See more on header.verify-www.com

    Header

    HTTP/1.1 301 Moved Permanently
    Date Mon, 27 Apr 2026 02:31:07 GMT
    Content-Length 0
    Connection close
    Location htt????/app.unpkg.com/
    X-Content-Type-Options nosniff
    Server cloudflare
    CF-RAY 9f2a68c1ee0b88c5-CDG
    alt-svc h3= :443 ; ma=86400
    HTTP/2 301
    date Mon, 27 Apr 2026 02:31:07 GMT
    content-type text/plain;charset=UTF-8
    content-length 32
    location htt????/unpkg.com
    strict-transport-security max-age=31536000; includeSubDomains; preload
    x-content-type-options nosniff
    server cloudflare
    cf-ray 9f2a68c21e2a42ba-CDG
    alt-svc h3= :443 ; ma=86400
    HTTP/2 200
    date Mon, 27 Apr 2026 02:31:07 GMT
    content-type text/html
    cf-ray 9f2a68c28a1bef02-AMS
    cf-cache-status HIT
    x-content-type-options nosniff
    age 36
    cache-control public, max-age=14400
    expires Mon, 27 Apr 2026 06:31:07 GMT
    last-modified Mon, 27 Apr 2026 02:30:31 GMT
    server cloudflare
    strict-transport-security max-age=31536000; includeSubDomains; preload
    vary Accept-Encoding
    content-encoding gzip
    alt-svc h3= :443 ; ma=86400

    Meta Tags

    title="UNPKG"
    charset="utf-8"
    name="viewport" content="width=device-width, initial-scale=1"
    name="description" content="The CDN for everything on npm"

    Load Info

    page size23212
    load time (s)0.186579
    redirect count2
    speed download26951
    server IP 104.18.1.22
    * all occurrences of the string "http://" have been changed to "htt???/"