import React from 'react'; import Wrapper from './Wrapper'; import cloudflareLogo from './CloudflareLogo.png'; import herokuLogo from './HerokuLogo.png'; const styles = { logoList: { margin: '2em 0', display: 'flex', justifyContent: 'center' }, logo: { textAlign: 'center', flex: '1', maxWidth: '80%' }, logoImage: { maxWidth: '60%' } }; function AboutLogo({ children }) { return
unpkg is an open source project built and maintained by{' '} Michael Jackson.
The fast, global infrastructure that powers unpkg is generously donated by Cloudflare and{' '} Heroku.
The CDN caches files 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 package version number redirect to one that
does. This is the latest
version when no version is
specified, or the maxSatisfying
version when a{' '}
semver version is
given. Redirects are cached for 5 minutes.
Browsers are instructed (via the Cache-Control
header) to
cache assets for 1 year.
unpkg maintains a list of packages that are known to be malicious. If you find such a package on npm, please let us know!
unpkg is not affiliated with or supported by npm, Inc. in any way. Please do not contact npm for help with unpkg. Instead, please reach out to @unpkg with any questions or concerns.