
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.
aws-sdk-umd
Advanced tools
Exports the AWS SDK for Node.js as a UMD module. Drops the fs dependency so the Node version of the SDK can be used in the browser (or in React Native).
npm install --save aws-sdk-umd
// ES6 modules
import AWS from 'aws-sdk-umd';
// CommonJS modules
var AWS = require('aws-sdk-umd');
// AMD
require(['aws-sdk-umd'], function(AWS) {
npm install
npm run build
The library will be built and output in dist/aws-sdk-umd.js.
If you want a build that only contains certain services:
AWS_SERVICES=s3,dynamodb npm run build
Thanks to Francois Ward for getting me started and Chris Radek for this post demoing the Webpack configuration.
MIT
FAQs
UMD wrapper around the AWS SDK.
The npm package aws-sdk-umd receives a total of 3 weekly downloads. As such, aws-sdk-umd popularity was classified as not popular.
We found that aws-sdk-umd demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.