
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
@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 333 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.

Research
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.