Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
@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.
The npm package @auth0/component-cdn-uploader receives a total of 417 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 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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.