Security News
vlt Debuts New JavaScript Package Manager and Serverless Registry at NodeConf EU
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
@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 317 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
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
Security News
Research
The Socket Research Team uncovered a malicious Python package typosquatting the popular 'fabric' SSH library, silently exfiltrating AWS credentials from unsuspecting developers.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.