
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
mongoose-attachments-aws
Advanced tools
AWS S3 Storage Provider for mongoose-attachments.
$ npm install mongoose-attachments-aws
The library will register automatically with mongoose-attachments by performing require and return a reference to the mongoose-attachments plugin:
var attachments = require('mongoose-attachments-aws');
For further instructions check mongoose-attachments.
aws
region: the s3 regionkey: the s3 accessKeyIdsecret: the s3 secretAccessKeybucket: the s3 bucket in which to place the fileendpoint: defaults to 'https://s3.amazonaws.com/'acl: defaults to 'private'For other configurations check mongoose-attachments.
var storage = {}
storage.providerName = 'aws'
storage.options = {
'region': '<region>',
'key' : '<key>',
'secret': '<secret>',
'bucket': '<bucket>',
'acl' : 'public-read'
}
require('mongoose-attachments-aws')
schema.plugin(require('mongoose-attachments'), {
directory: 'images',
storage: storage,
properties: buildProperties()
})
Copyright (c) 2015 TWG - http://www.theworkinggroup.ca
FAQs
AWS S3 Storage Provider for mongoose-attachments
The npm package mongoose-attachments-aws receives a total of 1 weekly downloads. As such, mongoose-attachments-aws popularity was classified as not popular.
We found that mongoose-attachments-aws 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
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.