Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
node-red-node-aws
Advanced tools
A Node-RED node to watch, save and retreive files from an Amazon S3 bucket
A Node-RED node to watch, send and receive files from an Amazon S3 bucket.
Run the following command in the root directory of your Node-RED install
npm install node-red-node-aws
Watches for file events on an Amazon S3 bucket. By default all
file events are reported, but the filename pattern can be supplied
to limit the events to files which have full filenames that match
the glob pattern. The event messages consist of the full filename
in msg.payload
property, the filename in msg.file
,
the event type in msg.event
.
Downloads content from an Amazon S3 bucket. The bucket name can be specified in
the node bucket property or in the msg.bucket
property.
The name of the file to download is taken from the node filename property
or the msg.filename
property. The downloaded content is sent as msg.payload
property. If the download fails msg.error
will contain an error object.
Uploads content to an Amazon S3 bucket. The bucket name can be specified in the
node bucket property or in the msg.bucket
property. The filename on
Amazon S3 is taken from the node filename property or the
msg.filename
property. The content is taken from either the node
localFilename property, the msg.localFilename
property or
the msg.payload
property.
FAQs
A Node-RED node to watch, save and retreive files from an Amazon S3 bucket
The npm package node-red-node-aws receives a total of 98 weekly downloads. As such, node-red-node-aws popularity was classified as not popular.
We found that node-red-node-aws demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.