CINXE.COM
axios - Package Phobia
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>axios - Package Phobia</title> <meta name="description" content="Find the size of axios: undefined - Package Phobia"> <style> :root { --brand-color: #16864d; --background: #fafafa; --foreground: #18181b; --muted: #e4e4e7; --muted-foreground: #3f3f46; --border: #d4d4d8; --search-input: #fff; } @media (prefers-color-scheme: dark) { :root { --brand-color: #32de85; --background: #09090b; --foreground: #f4f4f5; --muted: #27272a; --muted-foreground: #d4d4d8; --border: #3f3f46; --search-input: #18181b; } } body { margin: 0; padding: 0; background: var(--background); color: var(--foreground); font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif; } *, *::before, *::after { box-sizing: border-box; } #spinwrap { display: none; height: 100vh; background: var(--background); } #spinner { height: 108px; width: 108px; margin-top: calc(50vh - 54px); margin-left: calc(50vw - 54px); animation: rotate 1s infinite linear; } @keyframes rotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .content-container { display: flex; } .stats-container { display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0 3rem; } @media screen and (max-width: 48em) { .content-container { flex-wrap: wrap; } .stats-container { margin: 0 auto; } .bar-graph-container { margin: 0 auto; } } #sponsors { margin-top: 1em; } #sponsors:before { content: 'Sponsors'; color: var(--muted-foreground); font-weight: 300; padding-left: 25%; } @media screen and (min-width: 75em) { #sponsors { position: absolute; top: 5vh; left: 1vw; } }</style> <link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180"> <link rel="icon" href="/favicon-32x32.png" sizes="32x32" type="image/png"> <link rel="icon" href="/favicon-16x16.png" sizes="16x16" type="image/png"> <link rel="manifest" href="/site.webmanifest"> <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#33aa33"> <meta name="theme-color" content="#333333"> <meta property="og:title" content="axios - Package Phobia"> <meta property="og:image" content="https://packagephobia.com/logo.png"> <meta property="og:description" content="Find the size of axios: undefined - Package Phobia"> </head> <body> <div id="spinwrap"><div></div><div id="spinner"><svg xmlns="http://www.w3.org/2000/svg" width="108" height="108"><defs><linearGradient id="s"><stop offset="0" stop-color="#006838"/><stop offset="1" stop-color="#32de85"/></linearGradient></defs><path xmlns="http://www.w3.org/2000/svg" fill="url(#s)" d="M21.667 73.809V33.867l28.33-16.188 28.337 16.188V66.13L49.997 82.321 35 73.75V41.604l14.997-8.57L65 41.604v16.788l-15.003 8.571-1.663-.95v-16.67l8.382-4.792-6.719-3.838-8.33 4.763V69.88l8.33 4.762 21.67-12.383V37.737l-21.67-12.379-21.663 12.379v39.88L49.997 90 85 70V30L49.997 10 15 30v40z" transform="translate(-8.75 -7.5)scale(1.25)"/></svg></div></div> <script> const spinwrap = document.getElementById('spinwrap'); spinwrap.style.display='block' </script> <a href="https://github.com/styfle/packagephobia" class="github-corner" aria-label="View source on Github"> <svg width="80" height="80" fill="#202420" aria-hidden="true" color="#fff" style="position:absolute;top:0;border:0;right:0" viewBox="0 0 250 250"> <path d="m0 0 115 115h15l12 27 108 108V0z"/> <path fill="currentColor" d="M128.3 109c-14.5-9.3-9.3-19.4-9.3-19.4 3-6.9 1.5-11 1.5-11-1.3-6.6 2.9-2.3 2.9-2.3 3.9 4.6 2.1 11 2.1 11-2.6 10.3 5.1 14.6 8.9 15.9" class="octo-arm" transform-origin="130px 106px"/> <path fill="currentColor" d="M115 115c-.1.1 3.7 1.5 4.8.4l13.9-13.8c3.2-2.4 6.2-3.2 8.5-3-8.4-10.6-14.7-24.2 1.6-40.6 4.7-4.6 10.2-6.8 15.9-7 .6-1.6 3.5-7.4 11.7-10.9 0 0 4.7 2.4 7.4 16.1 4.3 2.4 8.4 5.6 12.1 9.2 3.6 3.6 6.8 7.8 9.2 12.2 13.7 2.6 16.2 7.3 16.2 7.3-3.6 8.2-9.4 11.1-10.9 11.7-.3 5.8-2.4 11.2-7.1 15.9-16.4 16.4-30 10-40.6 1.6.2 2.8-1 6.8-5 10.8L141 136.5c-1.2 1.2.6 5.4.8 5.3z" class="octo-body"/> </svg> </a> <style> .github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:568px){.github-corner {display:none}} </style> <div id="app-container"><div style="display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:1rem"><form method="GET" action="/result" style="display:flex;align-items:center;justify-content:center;max-width:calc(100vw - 2rem)"><input style="color:var(--muted-foreground);background:var(--search-input);font-size:2.4rem;text-align:center;font-family:"Source Code Pro","SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;font-weight:300;max-width:calc(100% - 4rem);border:1px solid var(--border);border-radius:3px 0 0 3px;height:4rem" type="text" aria-label="Package Name" id="p" name="p" placeholder="satori" autoCorrect="off" autoCapitalize="off" autoComplete="off" spellcheck="false" required="" value="axios"/><button type="submit" style="min-width:4rem;width:4rem;height:4rem;padding:0.7rem;background:var(--search-input);border:1px solid var(--border);fill:var(--muted-foreground);border-left:none;border-radius:0 3px 3px 0;cursor:pointer" title="Search"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 90"><path d="M89.32 86.5 64.25 61.4C77.2 47 76.75 24.72 62.87 10.87 55.93 3.92 46.7.1 36.87.1s-19.06 3.82-26 10.77C3.92 17.8.1 27.05.1 36.87s3.82 19.06 10.77 26c6.94 6.95 16.18 10.77 26 10.77 9.15 0 17.8-3.32 24.55-9.4l25.08 25.1c.38.4.9.57 1.4.57.52 0 1.03-.2 1.42-.56.78-.78.78-2.05 0-2.83zM36.87 69.63c-8.75 0-16.98-3.4-23.17-9.6-6.2-6.2-9.6-14.42-9.6-23.17s3.4-16.98 9.6-23.17c6.2-6.2 14.42-9.6 23.17-9.6s16.98 3.4 23.18 9.6c12.77 12.75 12.77 33.55 0 46.33-6.2 6.2-14.43 9.6-23.18 9.6z"></path></svg></button></form><div style="display:flex;padding:10px 0"><details style="cursor:pointer" title="Click to view markdown"><summary><svg width="123.3" height="20" viewBox="0 0 1233 200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="install size: 2.38 MB"> <title>install size: 2.38 MB</title> <linearGradient id="LZYoh" x2="0" y2="100%"> <stop offset="0" stop-opacity=".1" stop-color="#EEE"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <mask id="SYYij"><rect width="1233" height="200" rx="30" fill="#FFF"/></mask> <g mask="url(#SYYij)"> <rect width="676" height="200" fill="#555"/> <rect width="557" height="200" fill="#007EC6" x="676"/> <rect width="1233" height="200" fill="url(#LZYoh)"/> </g> <g aria-hidden="true" fill="#fff" text-anchor="start" font-family="Verdana,DejaVu Sans,sans-serif" font-size="110"> <text x="60" y="148" textLength="576" fill="#000" opacity="0.25">install size</text> <text x="50" y="138" textLength="576">install size</text> <text x="731" y="148" textLength="457" fill="#000" opacity="0.25">2.38 MB</text> <text x="721" y="138" textLength="457">2.38 MB</text> </g> </svg></summary><p>Copy Markdown:<br/><input type="text" aria-label="Markdown for Badge" style="position:absolute;width:285px;max-width:90vw;font-family:monospace" value="[![install size](https://packagephobia.com/badge?p=axios)](https://packagephobia.com/result?p=axios)"/></p></details><a href="https://ghub.io/axios" title="View axios at github" style="margin-left:8px;width:20px;height:20px;padding:2px;display:inline-block;background:#333;fill:white"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 98 96"><path d="M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z"></path></svg></a><a href="https://www.npmjs.com/package/axios" title="View axios at npm" style="margin-left:8px;width:20px;height:20px;padding:2px;display:inline-block;background:#CB3837;fill:white"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 7.334v8h6.666v1.332H12v-1.332h12v-8zm6.666 6.664H5.334v-4H3.999v4H1.335V8.667h5.331zm4 0v1.336H8.001V8.667h5.334v5.332zm12.001 0h-1.33v-4h-1.336v4h-1.335v-4h-1.33v4h-2.671V8.667h8.002z"></path><path d="M10.665 10H12v2.667h-1.335z"></path></svg></a><a href="https://unpkg.com/axios/" title="View axios at unpkg" style="margin-left:8px;width:20px;height:20px;padding:2px;display:inline-block;background:#222;fill:white"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.509 16.845c.148-.507.091-.97-.155-1.315-.225-.317-.605-.5-1.062-.521l-8.659-.113a.16.16 0 0 1-.134-.071.2.2 0 0 1-.02-.155.24.24 0 0 1 .203-.156l8.736-.113c1.034-.048 2.16-.886 2.554-1.913l.5-1.301a.3.3 0 0 0 .013-.168 5.69 5.69 0 0 0-10.938-.584 2.6 2.6 0 0 0-1.793-.5 2.56 2.56 0 0 0-2.223 3.18 3.634 3.634 0 0 0-3.53 3.636q.001.264.034.528a.174.174 0 0 0 .169.148h15.981a.22.22 0 0 0 .204-.155zm2.757-5.564c-.077 0-.162 0-.24.011-.055 0-.105.042-.126.098l-.337 1.175c-.148.506-.092.97.154 1.315.226.317.605.5 1.063.52l1.843.114c.056 0 .105.026.133.07a.2.2 0 0 1 .021.156.24.24 0 0 1-.204.155l-1.92.113c-1.041.049-2.16.887-2.553 1.914l-.141.358c-.028.071.02.141.098.141h6.598a.17.17 0 0 0 .17-.125 4.8 4.8 0 0 0 .175-1.28 4.74 4.74 0 0 0-4.734-4.727"></path></svg></a><a href="https://cdn.jsdelivr.net/npm/axios/" title="View axios at jsdelivr" style="margin-left:8px;width:20px;height:20px;padding:2px;display:inline-block;background:#F38020;fill:white"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="m24.4 5-3.7 13.2v13.4L24.4 45l3.9-13.4V18.2z"></path><path d="M24.4 5 6 11.7l2.6 24.5L24.4 45m0 0 16-8.8 2.9-24.6L24.4 5"></path></svg></a><a href="https://libraries.io/npm/axios" title="View axios at libraries" style="margin-left:8px;width:20px;height:20px;padding:2px;display:inline-block;background:#9B59B6;fill:white"><svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 20 20"><path d="M2.8 5.2c0-.5 0-.8-.1-1q0-.3-.3-.3c-.2 0-.5-.1-1-.1s-.8 0-1 .1l-.3.3c0 .2-.1.5-.1 1v7L2.8 10zM.1 14v1.5c0 .5 0 .8.1 1q0 .3.3.3c.2 0 .5.1 1 .1s.8 0 1-.1q.3 0 .3-.3c0-.2.1-.5.1-1v-3.6zm4.5-3.6v4.9c0 .5 0 .8.1 1q0 .3.3.3c.2 0 .5.1 1 .1s.8 0 1-.1q.3 0 .3-.3c0-.2.1-.5.1-1V8.2zm2.7-5.1v-.1c0-.5 0-.8-.1-1 0-.1-.1-.2-.2-.3-.2 0-.5-.1-1-.1s-.8 0-1 .1-.3.2-.4.3c0 .2-.1.5-.1 1v3.5l2.8-2.2zm4.6 5.1v4.9c0 .5 0 .8-.1 1q0 .3-.3.3c-.2 0-.5.1-1 .1s-.8 0-1-.1q-.3 0-.3-.3c0-.2-.1-.5-.1-1V8.2zM9.1 5.3v-.1c0-.5 0-.8.1-1q0-.3.3-.3c.2 0 .5-.1 1-.1s.8 0 1 .1q.3 0 .3.3c0 .2.1.5.1 1v3.5L9.1 6.5z"></path></svg></a><a href="https://npmgraph.js.org/?q=axios#sizing" title="View axios at graph" style="margin-left:8px;width:20px;height:20px;padding:2px;display:inline-block;background:#36394A;fill:white"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.051 2.751 4.935 2.85a2.144 2.144 0 0 1 3.409.4 2.146 2.146 0 0 1-1.354 3.151v5.699a2.132 2.132 0 0 1 1.348 3.15 2.143 2.143 0 0 1-3.453.353l-4.905 2.832a2.14 2.14 0 1 1-4.171.678q0-.309.088-.609l-4.936-2.847a2.14 2.14 0 1 1-2.052-3.559l.001-5.699A2.14 2.14 0 0 1 1.604 6a2.143 2.143 0 0 1 3.407-.405l4.938-2.85A2.138 2.138 0 0 1 12 0a2.137 2.137 0 0 1 2.051 2.751m-.515.877-.058.058 6.461 11.19c.026-.009.056-.016.082-.023V9.146a2.135 2.135 0 0 1-1.558-2.588l.019-.072zm-3.015.059-.06-.06-4.946 2.852a2.136 2.136 0 0 1-1.461 2.645l-.076.021v5.708l.084.023 6.461-11.19zm2.076.507c-.39.112-.803.112-1.192 0l-6.46 11.189c.294.283.502.645.6 1.041h12.911c.097-.398.307-.761.603-1.044zm.986 16.227 4.913-2.838a2 2 0 0 1-.038-.142H5.542l-.021.083 4.939 2.852a2.13 2.13 0 0 1 1.54-.653c.627 0 1.19.269 1.583.698"></path></svg></a></div><div class="content-container"><div class="stats-container"><div><div style="text-align:center"><span style="font-size:3rem;font-weight:bold;color:var(--foreground)">2.03</span><span style="font-size:2.4rem;color:#666E78;font-weight:bold;margin-left:4px">MB</span></div><div style="font-size:1rem;color:#666E78;text-transform:uppercase;letter-spacing:2px;text-align:center;margin-bottom:25px">Publish Size</div></div><div><div style="text-align:center"><span style="font-size:3rem;font-weight:bold;color:var(--foreground)">2.38</span><span style="font-size:2.4rem;color:#666E78;font-weight:bold;margin-left:4px">MB</span></div><div style="font-size:1rem;color:#666E78;text-transform:uppercase;letter-spacing:2px;text-align:center;margin-bottom:25px">Install Size</div></div></div><div class="bar-graph-container"><style> .bar-graph{ height:55vh; padding-bottom:10vh; display:flex; align-items:baseline; margin:0; justify-content:center; max-width: 80vw; overflow-x: auto; } .bar-graph__bar-group{ height:100%; position:relative; width:1.6vw; min-width:15px; margin:0 5px; } .bar-graph__bar,.bar-graph__bar2{ width:100%; position:absolute; left:0; bottom:0; transition:background 0.2s; animation:grow 0.4s cubic-bezier(0.305,0.42,0.205,1.2); transform-origin:100% 100%; cursor:pointer; } .color1 { background: #32DE85; } .color2 { background: #26A664; } .bar-graph__bar-group--disabled .bar-graph__bar{ background: var(--muted); } .bar-graph__bar2{ z-index:1; pointer-events:none; } .bar-graph__bar:hover, .bar-graph__bar2:hover{ box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, 0.1); } .bar-graph__bar-version{ font-size:0.8rem; position:absolute; bottom:-50px; font-weight:400; display:block; transform:rotate(-90deg); transform-origin:50% 50%; width:100%; text-align:right; font-variant-numeric:tabular-nums; color: var(--muted-foreground); transition:opacity 0.2s,color 0.2s; animation:fade-in 0.5s 0.1s forwards cubic-bezier(0.305,0.42,0.205,1.2); font-family:"Source Code Pro","SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace; letter-spacing:-1px; } @media screen and (max-width:48em){ .bar-graph__bar-version{ font-size:0.75rem; } } @media screen and (max-width:40em){ .bar-graph__bar-version{ font-size:0.7rem; } } .bar-graph-container:hover .bar-graph__bar-version{ opacity:1; color: var(--foreground); } .bar-graph__bar-group:hover .bar-graph__bar-version{ color: var(--foreground); } .bar-graph__legend{ font-size:0.8rem; padding-top:15px; display:flex; text-transform:uppercase; justify-content:center; color:#6d747d; } @media screen and (max-width:48em){ .bar-graph__legend{ font-size:0.75rem; } } @media screen and (max-width:40em){ .bar-graph__legend{ font-size:0.7rem; } } .bar-graph__legend__colorbox{ width:15px; height:15px; margin-right:10px; } .bar-graph__legend__bar1,.bar-graph__legend__bar2{ display:flex; align-items:center; } .bar-graph__legend__bar1{ margin-right:40px; } @keyframes grow{ from{ transform:scaleY(0); } to{ transform:scaleY(1); } } @keyframes fade-in{ from{ opacity:0; } to{ opacity:0.7; } }</style><figure class="bar-graph"><a class="bar-graph__bar-group" href="/result?p=axios@1.6.4"><div class="bar-graph__bar color1" style="height:86.53879352522392%" title="1.6.4 | Publish Size: 1.72 MB | Install Size: 2.07 MB | Publish Files: 100 | Install Files: 176"><span class="bar-graph__bar-version">1.6.4</span></div><div class="bar-graph__bar2 color2" style="height:71.70614820513269%"></div></a><a class="bar-graph__bar-group" href="/result?p=axios@1.6.5"><div class="bar-graph__bar color1" style="height:86.59710692354261%" title="1.6.5 | Publish Size: 1.72 MB | Install Size: 2.08 MB | Publish Files: 100 | Install Files: 176"><span class="bar-graph__bar-version">1.6.5</span></div><div class="bar-graph__bar2 color2" style="height:71.76446160345138%"></div></a><a class="bar-graph__bar-group" href="/result?p=axios@1.6.6"><div class="bar-graph__bar color1" style="height:88.03389973436775%" title="1.6.6 | Publish Size: 1.76 MB | Install Size: 2.11 MB | Publish Files: 100 | Install Files: 176"><span class="bar-graph__bar-version">1.6.6</span></div><div class="bar-graph__bar2 color2" style="height:73.20085664211882%"></div></a><a class="bar-graph__bar-group" href="/result?p=axios@1.6.7"><div class="bar-graph__bar color1" style="height:88.09078115291872%" title="1.6.7 | Publish Size: 1.76 MB | Install Size: 2.11 MB | Publish Files: 100 | Install Files: 176"><span class="bar-graph__bar-version">1.6.7</span></div><div class="bar-graph__bar2 color2" style="height:73.2577380606698%"></div></a><a class="bar-graph__bar-group" href="/result?p=axios@1.6.8"><div class="bar-graph__bar color1" style="height:88.15223695128324%" title="1.6.8 | Publish Size: 1.76 MB | Install Size: 2.11 MB | Publish Files: 100 | Install Files: 176"><span class="bar-graph__bar-version">1.6.8</span></div><div class="bar-graph__bar2 color2" style="height:73.31875630966084%"></div></a><a class="bar-graph__bar-group" href="/result?p=axios@1.7.0"><div class="bar-graph__bar color1" style="height:97.087989587916%" title="1.7.0 | Publish Size: 1.97 MB | Install Size: 2.33 MB | Publish Files: 105 | Install Files: 181"><span class="bar-graph__bar-version">1.7.0</span></div><div class="bar-graph__bar2 color2" style="height:82.2545089462936%"></div></a><a class="bar-graph__bar-group" href="/result?p=axios@1.7.1"><div class="bar-graph__bar color1" style="height:97.38011346053025%" title="1.7.1 | Publish Size: 1.98 MB | Install Size: 2.33 MB | Publish Files: 105 | Install Files: 181"><span class="bar-graph__bar-version">1.7.1</span></div><div class="bar-graph__bar2 color2" style="height:82.54663281890785%"></div></a><a class="bar-graph__bar-group" href="/result?p=axios@1.7.2"><div class="bar-graph__bar color1" style="height:97.44264324372057%" title="1.7.2 | Publish Size: 1.98 MB | Install Size: 2.34 MB | Publish Files: 105 | Install Files: 181"><span class="bar-graph__bar-version">1.7.2</span></div><div class="bar-graph__bar2 color2" style="height:82.60916260209817%"></div></a><a class="bar-graph__bar-group" href="/result?p=axios@1.7.3"><div class="bar-graph__bar color1" style="height:99.01750277048308%" title="1.7.3 | Publish Size: 2.02 MB | Install Size: 2.37 MB | Publish Files: 105 | Install Files: 181"><span class="bar-graph__bar-version">1.7.3</span></div><div class="bar-graph__bar2 color2" style="height:84.18402212886068%"></div></a><a class="bar-graph__bar-group" href="/result?p=axios@1.7.4"><div class="bar-graph__bar color1" style="height:99.05966661919918%" title="1.7.4 | Publish Size: 2.02 MB | Install Size: 2.37 MB | Publish Files: 105 | Install Files: 181"><span class="bar-graph__bar-version">1.7.4</span></div><div class="bar-graph__bar2 color2" style="height:84.22618597757678%"></div></a><a class="bar-graph__bar-group" href="/result?p=axios@1.7.5"><div class="bar-graph__bar color1" style="height:99.33393052193276%" title="1.7.5 | Publish Size: 2.03 MB | Install Size: 2.38 MB | Publish Files: 105 | Install Files: 181"><span class="bar-graph__bar-version">1.7.5</span></div><div class="bar-graph__bar2 color2" style="height:84.50044988031036%"></div></a><a class="bar-graph__bar-group" href="/result?p=axios@1.7.6"><div class="bar-graph__bar color1" style="height:99.67931608646293%" title="1.7.6 | Publish Size: 2.03 MB | Install Size: 2.39 MB | Publish Files: 105 | Install Files: 181"><span class="bar-graph__bar-version">1.7.6</span></div><div class="bar-graph__bar2 color2" style="height:84.84583544484053%"></div></a><a class="bar-graph__bar-group" href="/result?p=axios@1.7.7"><div class="bar-graph__bar color1" style="height:100%" title="1.7.7 | Publish Size: 2.04 MB | Install Size: 2.40 MB | Publish Files: 105 | Install Files: 181"><span class="bar-graph__bar-version">1.7.7</span></div><div class="bar-graph__bar2 color2" style="height:85.1665193583776%"></div></a><a class="bar-graph__bar-group" href="/result?p=axios@1.7.8"><div class="bar-graph__bar color1" style="height:98.49411416538251%" title="1.7.8 | Publish Size: 2.02 MB | Install Size: 2.36 MB | Publish Files: 105 | Install Files: 180"><span class="bar-graph__bar-version">1.7.8</span></div><div class="bar-graph__bar2 color2" style="height:84.11433244683178%"></div></a><a class="bar-graph__bar-group" href="/result?p=axios@1.7.9"><div class="bar-graph__bar color1" style="height:99.17498076771616%" title="1.7.9 | Publish Size: 2.03 MB | Install Size: 2.38 MB | Publish Files: 105 | Install Files: 180"><span class="bar-graph__bar-version">1.7.9</span></div><div class="bar-graph__bar2 color2" style="height:84.79519904916543%"></div></a></figure><div class="bar-graph__legend"><div class="bar-graph__legend__bar1"><div class="bar-graph__legend__colorbox color1"></div>Install</div><div class="bar-graph__legend__bar2"><div class="bar-graph__legend__colorbox color2"></div>Publish</div></div></div></div><div id="sponsors"><div style="width:156px;margin-top:5px;background:#111111;border-radius:16px"><a style="width:156px;height:46px;display:flex;align-items:center;justify-content:center" href="https://vercel.com/?utm_source=packagephobia"><svg width="84.6" height="19.2" viewBox="0 0 283 64" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M141.04 16c-11.04 0-19 7.2-19 18s8.96 18 20 18c6.67 0 12.55-2.64 16.19-7.09l-7.65-4.42c-2.02 2.21-5.09 3.5-8.54 3.5-4.79 0-8.86-2.5-10.37-6.5h28.02c.22-1.12.35-2.28.35-3.5 0-10.79-7.96-17.99-19-17.99m-9.46 14.5c1.25-3.99 4.67-6.5 9.45-6.5 4.79 0 8.21 2.51 9.45 6.5zM248.72 16c-11.04 0-19 7.2-19 18s8.96 18 20 18c6.67 0 12.55-2.64 16.19-7.09l-7.65-4.42c-2.02 2.21-5.09 3.5-8.54 3.5-4.79 0-8.86-2.5-10.37-6.5h28.02c.22-1.12.35-2.28.35-3.5 0-10.79-7.96-17.99-19-17.99m-9.45 14.5c1.25-3.99 4.67-6.5 9.45-6.5 4.79 0 8.21 2.51 9.45 6.5zM200.24 34c0 6 3.92 10 10 10 4.12 0 7.21-1.87 8.8-4.92l7.68 4.43c-3.18 5.3-9.14 8.49-16.48 8.49-11.05 0-19-7.2-19-18s7.96-18 19-18c7.34 0 13.29 3.19 16.48 8.49l-7.68 4.43c-1.59-3.05-4.68-4.92-8.8-4.92-6.07 0-10 4-10 10m82.48-29v46h-9V5zM36.95 0 73.9 64H0zm92.38 5-27.71 48L73.91 5H84.3l17.32 30 17.32-30zm58.91 12v9.69c-1-.29-2.06-.49-3.2-.49-5.81 0-10 4-10 10V51h-9V17h9v9.2c0-5.08 5.91-9.2 13.2-9.2" fill="#fff"></path></svg></a></div><div style="width:156px;margin-top:5px;background:#111111;border-radius:16px"><a style="width:156px;height:52px;display:flex" href="https://upstash.com/?ref=packagephobia"><svg width="156" height="52" viewBox="0 0 156 52" fill="none" xmlns="http://www.w3.org/2000/svg"><defs><clipPath id="clip0"><path fill="#fff" d="M12 10h23.842v31.513H12z"></path></clipPath></defs><g clip-path="url(#clip0)"><path d="M12.028 37.583c5.25 5.217 13.76 5.217 19.009 0a13.3 13.3 0 0 0 0-18.891l-2.376 2.361a9.975 9.975 0 0 1 0 14.169c-3.937 3.913-10.32 3.913-14.257 0z" fill="#00e9a3"></path><path d="M16.78 32.86a6.75 6.75 0 0 0 9.505 0 6.65 6.65 0 0 0 0-9.445l-2.377 2.361a3.325 3.325 0 0 1 0 4.723 3.375 3.375 0 0 1-4.752 0z" fill="#00e9a3"></path><path d="M35.789 13.969c-5.25-5.217-13.76-5.217-19.009 0a13.3 13.3 0 0 0 0 18.891l2.377-2.361a9.975 9.975 0 0 1 0-14.169c3.936-3.912 10.32-3.912 14.256 0z" fill="#00e9a3"></path><path d="M35.789 13.969c-5.25-5.217-13.76-5.217-19.009 0a13.3 13.3 0 0 0 0 18.891l2.377-2.361a9.975 9.975 0 0 1 0-14.169c3.936-3.912 10.32-3.912 14.256 0z" fill="#fff" fill-opacity=".8"></path><path d="M31.036 18.692a6.75 6.75 0 0 0-9.504 0 6.65 6.65 0 0 0 0 9.446l2.376-2.362a3.325 3.325 0 0 1 0-4.723 3.375 3.375 0 0 1 4.752 0z" fill="#00e9a3"></path><path d="M31.036 18.692a6.75 6.75 0 0 0-9.504 0 6.65 6.65 0 0 0 0 9.446l2.376-2.362a3.325 3.325 0 0 1 0-4.723 3.375 3.375 0 0 1 4.752 0z" fill="#fff" fill-opacity=".8"></path></g><path d="M48.654 19.257c1.995 0 3.12-1.24 3.12-3.286 0-2.033-1.125-3.26-3.03-3.26h-2.11v6.546zm-1.227-.704v-5.139h1.266c1.534 0 2.314.972 2.314 2.557 0 1.598-.78 2.582-2.404 2.582zm5.907.704.658-1.854h2.647l.658 1.854h.831l-2.403-6.546h-.819l-2.403 6.546zm.908-2.557 1.048-2.953h.051L56.39 16.7h-2.147Zm4.053-3.286h2.058v5.843h.793v-5.843h2.058v-.703h-4.909zm5.906 5.843.659-1.854h2.646l.658 1.854h.831l-2.403-6.546h-.818l-2.404 6.546zm.908-2.557 1.048-2.953h.051l1.049 2.953zm5.176 2.557h2.365c1.547 0 2.186-.755 2.186-1.739 0-1.036-.716-1.598-1.317-1.636v-.064c.563-.154 1.061-.524 1.061-1.368 0-.959-.639-1.739-2.007-1.739h-2.288zm.792-.704v-2.275h1.611c.857 0 1.394.575 1.394 1.24 0 .575-.397 1.035-1.432 1.035zm0-2.965v-2.174h1.496c.87 0 1.253.46 1.253 1.036 0 .69-.563 1.138-1.278 1.138h-1.47Zm5.6 3.669.658-1.854h2.646l.659 1.854h.83l-2.403-6.546h-.818l-2.403 6.546h.83Zm.907-2.557 1.049-2.953h.05l1.05 2.953zm8.756-2.352h.767c-.035-.988-.946-1.726-2.212-1.726-1.253 0-2.237.728-2.237 1.828 0 .882.64 1.406 1.662 1.7l.805.23c.69.192 1.304.435 1.304 1.087 0 .716-.69 1.189-1.598 1.189-.78 0-1.47-.345-1.534-1.087h-.818c.077 1.074.946 1.803 2.352 1.803 1.509 0 2.365-.831 2.365-1.892 0-1.228-1.163-1.624-1.84-1.803l-.665-.179c-.486-.128-1.266-.383-1.266-1.087 0-.626.575-1.086 1.445-1.086.792 0 1.393.377 1.47 1.023m2.43 4.909h4v-.704h-3.208V16.33h2.953v-.703h-2.953v-2.212h3.158v-.703h-3.95zm12.029-4.91h.767c-.035-.987-.946-1.725-2.211-1.725-1.253 0-2.238.728-2.238 1.828 0 .882.64 1.406 1.662 1.7l.806.23c.69.192 1.304.435 1.304 1.087 0 .716-.691 1.189-1.598 1.189-.78 0-1.47-.345-1.534-1.087h-.819c.077 1.074.947 1.803 2.353 1.803 1.508 0 2.365-.831 2.365-1.892 0-1.228-1.164-1.624-1.841-1.803l-.665-.179c-.486-.128-1.266-.383-1.266-1.087 0-.626.576-1.086 1.445-1.086.793 0 1.394.377 1.47 1.023Zm2.43 4.91h.793v-2.391h1.431c1.525 0 2.212-.927 2.212-2.084s-.687-2.07-2.224-2.07h-2.212zm.793-3.094v-2.749h1.393c1.064 0 1.47.582 1.47 1.368s-.406 1.38-1.457 1.38zm10.713-.18c0-2.07-1.215-3.361-2.89-3.361-1.674 0-2.889 1.29-2.889 3.362 0 2.07 1.215 3.362 2.889 3.362 1.675 0 2.89-1.291 2.89-3.362Zm-.767 0c0 1.701-.934 2.622-2.123 2.622s-2.122-.92-2.122-2.621c0-1.7.933-2.62 2.122-2.62s2.123.92 2.123 2.62Zm7.56-3.272h-.78v5.152h-.064l-3.58-5.152h-.767v6.546h.793v-5.14h.064l3.567 5.14h.767zm5.435 1.636h.767c-.035-.987-.946-1.725-2.211-1.725-1.253 0-2.238.728-2.238 1.828 0 .882.64 1.406 1.662 1.7l.806.23c.69.192 1.304.435 1.304 1.087 0 .716-.691 1.189-1.598 1.189-.78 0-1.47-.345-1.534-1.087h-.819c.077 1.074.946 1.803 2.353 1.803 1.508 0 2.365-.831 2.365-1.892 0-1.228-1.164-1.624-1.841-1.803l-.665-.179c-.486-.128-1.266-.383-1.266-1.087 0-.626.576-1.086 1.445-1.086.793 0 1.394.377 1.47 1.023Zm7.953 1.637c0-2.071-1.215-3.362-2.89-3.362-1.674 0-2.889 1.29-2.889 3.362 0 2.07 1.215 3.362 2.889 3.362 1.675 0 2.89-1.291 2.89-3.362m-.767 0c0 1.7-.934 2.62-2.123 2.62-1.188 0-2.122-.92-2.122-2.62s.934-2.62 2.122-2.62c1.189 0 2.123.92 2.123 2.62m2.369 3.273h.793V16.7h1.432q.085 0 .166-.003l1.381 2.56h.92l-1.48-2.704c.835-.285 1.224-.965 1.224-1.835 0-1.157-.69-2.007-2.224-2.007h-2.212zm.793-3.273v-2.57h1.393c1.062 0 1.471.518 1.471 1.304 0 .787-.409 1.266-1.458 1.266z" fill="#fff" fill-opacity=".7"></path><path d="M51.994 33.773c.005 1.097-.746 1.672-1.56 1.672-.858 0-1.412-.601-1.417-1.566v-4.804h-2.27v5.21c.006 1.912 1.124 3.078 2.77 3.078 1.23 0 2.115-.634 2.482-1.593h.086v1.487h2.178v-8.182h-2.269zm3.934 6.552h2.27v-4.379h.069c.314.682 1.001 1.444 2.322 1.444 1.865 0 3.319-1.476 3.319-4.214 0-2.812-1.518-4.208-3.313-4.208-1.37 0-2.025.815-2.328 1.481h-.101v-1.374h-2.238zm2.222-7.16c0-1.459.617-2.391 1.72-2.391 1.124 0 1.72.975 1.72 2.392 0 1.427-.607 2.418-1.72 2.418-1.092 0-1.72-.959-1.72-2.418Zm13.928-1.757c-.202-1.508-1.417-2.44-3.484-2.44-2.093 0-3.473.97-3.467 2.546-.006 1.226.767 2.02 2.365 2.339l1.417.282c.713.144 1.038.405 1.05.815-.012.485-.539.831-1.333.831-.81 0-1.347-.346-1.486-1.012l-2.232.117c.213 1.566 1.545 2.53 3.713 2.53 2.12 0 3.638-1.08 3.644-2.695-.006-1.182-.778-1.89-2.365-2.216l-1.481-.298c-.762-.165-1.044-.426-1.039-.82-.005-.49.549-.81 1.252-.81.788 0 1.257.431 1.369.959zm5.817-2.333h-1.54v-1.96h-2.268v1.96h-1.119v1.704h1.119v4.262c-.01 1.603 1.081 2.397 2.727 2.328a4.4 4.4 0 0 0 1.23-.214l-.356-1.688c-.112.021-.352.074-.565.074-.453 0-.767-.17-.767-.799V30.78h1.54v-1.704Zm3.662 8.336c1.209 0 1.992-.527 2.391-1.289h.064v1.135h2.152v-5.519c0-1.95-1.651-2.77-3.473-2.77-1.96 0-3.25.938-3.563 2.43l2.098.17c.155-.544.64-.943 1.454-.943.773 0 1.215.389 1.215 1.06v.032c0 .527-.56.596-1.981.735-1.62.15-3.074.692-3.074 2.52 0 1.619 1.156 2.44 2.717 2.44Zm.65-1.566c-.698 0-1.199-.325-1.199-.948 0-.64.527-.954 1.326-1.066.496-.069 1.305-.186 1.577-.367v.868c0 .858-.708 1.513-1.704 1.513m12.375-4.437c-.202-1.508-1.417-2.44-3.483-2.44-2.094 0-3.474.97-3.468 2.546-.005 1.226.767 2.02 2.365 2.339l1.417.282c.714.144 1.038.405 1.05.815-.011.485-.539.831-1.332.831-.81 0-1.348-.346-1.487-1.012l-2.232.117c.213 1.566 1.545 2.53 3.713 2.53 2.12 0 3.638-1.08 3.644-2.695-.006-1.182-.778-1.89-2.365-2.216l-1.481-.298c-.762-.165-1.044-.426-1.039-.82-.005-.49.549-.81 1.252-.81.788 0 1.257.431 1.369.959zm3.735 1.118c.005-1.054.65-1.672 1.576-1.672.922 0 1.465.591 1.46 1.598v4.805h2.269v-5.21c.005-1.917-1.124-3.079-2.828-3.079-1.242 0-2.072.586-2.445 1.55h-.096v-4.17h-2.206v10.909h2.27zm8.267 4.87c.682 0 1.273-.57 1.279-1.28a1.295 1.295 0 0 0-1.279-1.267c-.703 0-1.284.57-1.278 1.268a1.275 1.275 0 0 0 1.278 1.278Zm6.688.02c2.179 0 3.548-1.278 3.655-3.158h-2.142c-.133.873-.708 1.363-1.486 1.363-1.06 0-1.747-.89-1.747-2.455 0-1.545.692-2.43 1.747-2.43.831 0 1.364.55 1.486 1.364h2.142c-.096-1.89-1.529-3.132-3.665-3.132-2.483 0-4.017 1.72-4.017 4.23 0 2.487 1.508 4.218 4.027 4.218m8.654 0c2.482 0 4.027-1.699 4.027-4.218 0-2.536-1.545-4.23-4.027-4.23s-4.027 1.694-4.027 4.23c0 2.52 1.545 4.218 4.027 4.218m.011-1.757c-1.145 0-1.731-1.05-1.731-2.477 0-1.428.586-2.483 1.731-2.483 1.124 0 1.71 1.055 1.71 2.483 0 1.427-.586 2.477-1.71 2.477m5.342 1.598h2.269v-4.912c0-.905.575-1.507 1.331-1.507.746 0 1.247.511 1.247 1.316v5.103h2.2V32.26c0-.847.485-1.422 1.31-1.422.725 0 1.268.453 1.268 1.364v5.055h2.264v-5.503c0-1.774-1.055-2.786-2.578-2.786-1.199 0-2.131.613-2.467 1.55h-.085c-.261-.948-1.097-1.55-2.221-1.55-1.103 0-1.939.586-2.28 1.55h-.096v-1.443h-2.162z" fill="#fff"></path></svg></a></div></div></div><footer style="color:#90AA90;background:#202420;width:100%;font-size:0.9rem"><section style="display:flex;max-width:50rem;padding:1rem 0;margin:auto;flex-wrap:wrap"><div style="margin:1rem 2rem;max-width:30rem"><h3>What is Package Phobia?</h3><p>Package Phobia reports the size of an npm package <em>before</em> you install it.</p><p>This is useful for inspecting potential <code>dependencies</code> or<!-- --> <code>devDependencies</code> without using up precious disk space or waiting minutes for <code>npm聽install</code>.</p><h3>What is "publish size" vs "install size"?</h3><p>The "publish size" is the size of the source code published to npm. This number is easy to detect and is typically very small.</p><p>The "install size" is the size your hard drive will report after running<!-- --> <code>npm聽install</code>. This includes the package, all of the dependencies, and its dependency's dependencies...and so on.</p><p>See the<!-- --> <a target="_blank" rel="noopener" href="https://github.com/styfle/packagephobia/blob/main/README.md" style="color:#ccc">README</a> <!-- -->for more info.</p></div><div style="margin:1rem 2rem;max-width:30rem"><h3>Connect</h3><a style="display:flex;align-items:center;font-weight:bold;text-decoration:none;color:#ccc;width:11rem;margin:0 0 1rem 0.5rem" href="https://github.com/styfle/packagephobia"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="#9a6" viewBox="0 0 24 24"><title>GitHub icon</title><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"></path></svg><span>聽Star on GitHub</span></a><a style="display:flex;align-items:center;font-weight:bold;text-decoration:none;color:#ccc;width:11rem;margin:0 0 1rem 0.5rem" href="https://twitter.com/styfle"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="#7af" viewBox="0 0 24 24"><title>Twitter icon</title><path d="M23.954 4.569a10 10 0 0 1-2.825.775 4.96 4.96 0 0 0 2.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 0 0-8.384 4.482C7.691 8.094 4.066 6.13 1.64 3.161a4.8 4.8 0 0 0-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.9 4.9 0 0 1-2.228-.616v.061a4.92 4.92 0 0 0 3.946 4.827 5 5 0 0 1-2.212.085 4.94 4.94 0 0 0 4.604 3.417 9.87 9.87 0 0 1-6.102 2.105q-.584 0-1.17-.067a14 14 0 0 0 7.557 2.209c9.054 0 13.999-7.496 13.999-13.986 0-.209 0-.42-.015-.63a9.9 9.9 0 0 0 2.46-2.548z"></path></svg><span>聽Chat on Twitter</span></a><a style="display:flex;align-items:center;font-weight:bold;text-decoration:none;color:#ccc;width:11rem;margin:0 0 1rem 0.5rem" href="https://styfle.dev"><img src="https://styfle.dev/_next/image?url=%2Fimages%2Fblog%2Fstyfle-ceriously.png&w=128&q=75" width="24" height="24" loading="lazy" decoding="async" alt="styfle"/><span>聽Created by styfle</span></a><a style="display:flex;align-items:center;font-weight:bold;text-decoration:none;color:#ccc;width:11rem;margin:0 0 1rem 0.5rem" href="https://vercel.com/?utm_source=packagephobia"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="100 120 300 300"><title>Vercel Logo</title><path fill="#fff" d="M254 156.459 367 356H141z"></path></svg><span>聽Hosted on Vercel</span></a></div></section></footer></div> <script> const forms = document.querySelectorAll('form') const input = document.querySelector('input[type=file]'); spinwrap.style.display='none'; for (let form of forms) form.onsubmit = () => spinwrap.style.display='block'; if (input) { input.onchange = () => input.form.submit(); } </script> <script> if ('UA-117112787-1') { (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-117112787-1', 'auto'); ga('send', 'pageview'); } </script> </body> </html>