Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "upload2s3", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "A robust S3 uploader, with expotential backoff and multipart support.", | ||
@@ -25,3 +25,7 @@ "main": "index.js", | ||
}, | ||
"homepage": "https://github.com/BranchMetrics/upload2s3" | ||
"homepage": "https://github.com/BranchMetrics/upload2s3", | ||
"dependencies": { | ||
"retry": "^0.6.1", | ||
"xml2js": "^0.4.4" | ||
} | ||
} |
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
5935
2
+ Addedretry@^0.6.1
+ Addedxml2js@^0.4.4
+ Addedretry@0.6.1(transitive)
+ Addedsax@1.4.1(transitive)
+ Addedxml2js@0.4.23(transitive)
+ Addedxmlbuilder@11.0.1(transitive)