Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
@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.development
If 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
,sha384
andsha512
, 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.
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 44 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.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.