bloody-simple-s3
Advanced tools
Comparing version 0.3.4 to 0.3.5
@@ -0,1 +1,6 @@ | ||
## 0.3.5 - 2015-05-05 | ||
* Update npm dependencies (aws-sdk@2.1.26, bluebird@2.9.25, lodash@3.8.0, chai@2.3.0) | ||
* Adopt semantic versioning | ||
## 0.3.4 - 2015-04-23 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "bloody-simple-s3", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "A bloody simple interface to S3, based on the official AWS sdk", | ||
@@ -26,8 +26,8 @@ "repository": { | ||
"dependencies": { | ||
"aws-sdk": "^2.1.24", | ||
"bluebird": "^2.9.24", | ||
"lodash": "^3.7.0" | ||
"aws-sdk": "^2.1.26", | ||
"bluebird": "^2.9.25", | ||
"lodash": "^3.8.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "^2.2.0", | ||
"chai": "^2.3.0", | ||
"dotenv": "^1.1.0", | ||
@@ -34,0 +34,0 @@ "mocha": "^2.2.4" |
Sorry, the diff of this file is not supported yet
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
1
13605
6
279
Updatedaws-sdk@^2.1.26
Updatedbluebird@^2.9.25
Updatedlodash@^3.8.0