bloody-simple-s3
Advanced tools
Comparing version 0.3.3 to 0.3.4
@@ -0,1 +1,5 @@ | ||
## 0.3.4 - 2015-04-23 | ||
* Update aws-sdk to v.2.1.24 | ||
## 0.3.3 - 2015-04-16 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "bloody-simple-s3", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "A bloody simple interface to S3, based on the official AWS sdk", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/jmike/bloody-simple-s3.git" | ||
"url": "git://github.com/visionmobile/bloody-simple-s3.git" | ||
}, | ||
@@ -26,5 +26,5 @@ "main": "src/BloodySimpleS3.js", | ||
"dependencies": { | ||
"aws-sdk": "^2.1.23", | ||
"aws-sdk": "^2.1.24", | ||
"bluebird": "^2.9.24", | ||
"lodash": "^3.6.0" | ||
"lodash": "^3.7.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
95818
Updatedaws-sdk@^2.1.24
Updatedlodash@^3.7.0