
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@auth0/component-cdn-uploader
Advanced tools
Tool to upload web widgets to Auth0 CDN via S3 bucket.
via yarn
yarn add @auth0/component-cdn-uploader --dev
via npm
npm install @auth0/component-cdn-uploader --save-dev
In your package.json add the following entry
"ccu": {
"cdn": "https://cdn.auth0.com",
"mainBundleFile": "lock.min.js",
"bucket": "mybucket",
"remoteBasePath": "js"
}
where
You can also have the following entries
remoteBasePath that overrides the default from package's name.developmentIf you need the digest of the files you upload you can also add inside ccu in your package.json the following
"digest": {
"hashes": ["sha384"]
}
This will generate the sha384 digest of every file to upload and store it in a different file named <filename>.<hash-method>. In the case you only need to hash only some files, e.g. JS only
"digest": {
"hashes": ["sha384"],
"extensions": [".js"]
}
The valid types of digests are
sha256,sha384andsha512, if none is specified the tool will generate no digest files.
$ ccu [options] [directory ...]
options
mainBundleFile existence), using full and major-minor tags (or full only if only-full is specified) or just the snapshot tag.mainBundleFile existence), using full and major-minor tags (or full only if only-full is specified) and no snaphost tag.If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.
This project is licensed under the MIT license. See the LICENSE file for more info.
FAQs
Tool to upload web widgets to Auth0 CDN via S3 bucket.
The npm package @auth0/component-cdn-uploader receives a total of 289 weekly downloads. As such, @auth0/component-cdn-uploader popularity was classified as not popular.
We found that @auth0/component-cdn-uploader demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 17 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.