Socket
Socket
Sign inDemoInstall

awssum-amazon-s3

Package Overview
Dependencies
7
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 1.4.0

99

package.json
{
"name" : "awssum-amazon-s3",
"description" : "AwsSum plugin for Amazon Simple Storage Service (S3).",
"version" : "1.3.1",
"main" : "awssum-amazon-s3.js",
"engines" : {
"node" : ">= 0.6.0"
},
"peerDependencies" : {
"awssum-amazon" : ">= 1.1.1"
},
"dependencies" : {
"data2xml" : "0.8.x",
"underscore" : "1.4.x",
"dateformat" : "1.0.4-1.2.3"
},
"devDependencies" : {
"fmt" : "0.4.x",
"tap" : "0.4.x"
},
"scripts" : {
"test" : "set -e; find test/ -name '*.js' -exec echo --- {} --- ';' -exec node {} ';'"
},
"homepage" : "https://github.com/awssum/awssum-amazon-s3/",
"repository" : {
"type" : "git",
"url" : "git://github.com/awssum/awssum-amazon-s3.git"
},
"bugs" : {
"url" : "http://github.com/awssum/awssum-amazon-s3/issues",
"mail" : "andychilton@gmail.com"
},
"author" : {
"name" : "Andrew Chilton",
"email" : "andychilton@gmail.com",
"url" : "http://chilts.org/"
},
"contributors" : [],
"licenses" : [{
"type" : "MIT",
"url" : "http://github.com/awssum/awssum-amazon-s3/raw/master/LICENSE"
}],
"keywords" : [
"awssum", "awssum-plugin", "amazon", "aws", "webapi", "api", "s3"
]
"name": "awssum-amazon-s3",
"description": "AwsSum plugin for Amazon Simple Storage Service (S3).",
"version": "1.4.0",
"main": "awssum-amazon-s3.js",
"engines": {
"node": ">= 0.6.0"
},
"peerDependencies": {
"awssum-amazon": "~1"
},
"dependencies": {
"data2xml": "0.8.x",
"underscore": "1.4.x",
"dateformat": "1.0.4-1.2.3"
},
"devDependencies": {
"fmt": "0.4.x",
"tap": "0.4.x"
},
"scripts": {
"test": "set -e; find test/ -name '*.js' -exec echo --- {} --- ';' -exec node {} ';'"
},
"homepage": "https://github.com/awssum/awssum-amazon-s3/",
"repository": {
"type": "git",
"url": "git://github.com/awssum/awssum-amazon-s3.git"
},
"bugs": {
"url": "http://github.com/awssum/awssum-amazon-s3/issues",
"mail": "andychilton@gmail.com"
},
"author": {
"name": "Andrew Chilton",
"email": "andychilton@gmail.com",
"url": "http://chilts.org/"
},
"contributors": [],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/awssum/awssum-amazon-s3/raw/master/LICENSE"
}
],
"keywords": [
"awssum",
"awssum-plugin",
"amazon",
"aws",
"webapi",
"api",
"s3"
]
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc