bloody-simple-s3
Advanced tools
Comparing version 0.5.0 to 0.6.0
@@ -0,1 +1,7 @@ | ||
## 0.6.0 - 2015-11-10 | ||
* Rewrite in es2015 using babel + gulp | ||
* Replace jshint with eslint, which provides better support for es2015 | ||
* Update npm dependencies: aws-sdk@2.2.15, lodash@3.10.1, bluebird@3.0.5, dotenv@1.2.0, mocha@2.3.3, chai@3.4.1 | ||
## 0.5.0 - 2015-05-25 | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "bloody-simple-s3", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "A bloody simple interface to S3, based on the official AWS sdk", | ||
@@ -9,4 +9,6 @@ "repository": { | ||
}, | ||
"main": "src/BloodySimpleS3.js", | ||
"main": "dist/BloodySimpleS3.js", | ||
"scripts": { | ||
"build": "gulp clean && gulp build", | ||
"prepublish": "npm run build", | ||
"test": "node test/index.js" | ||
@@ -31,12 +33,21 @@ }, | ||
"dependencies": { | ||
"aws-sdk": "^2.1.28", | ||
"bluebird": "^2.9.25", | ||
"lodash": "^3.8.0", | ||
"aws-sdk": "^2.2.15", | ||
"bluebird": "^3.0.5", | ||
"customerror": "^1.0.1", | ||
"lodash": "^3.10.1", | ||
"type-of": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"chai": "^2.3.0", | ||
"dotenv": "^1.1.0", | ||
"mocha": "^2.2.5" | ||
"chai": "^3.4.1", | ||
"dotenv": "^1.2.0", | ||
"mocha": "^2.3.3", | ||
"gulp": "^3.9.0", | ||
"gulp-babel": "^6.1.0", | ||
"gulp-plumber": "^1.0.1", | ||
"gulp-rimraf": "^0.2.0", | ||
"babel": "^6.0.15", | ||
"babel-core": "^6.1.2", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.1.3", | ||
"babel-preset-es2015": "^6.1.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
20755
5
11
6
327
1
1
+ Addedcustomerror@^1.0.1
+ Addedbluebird@3.7.2(transitive)
+ Addedcustomerror@1.0.1(transitive)
- Removedbluebird@2.11.0(transitive)
Updatedaws-sdk@^2.2.15
Updatedbluebird@^3.0.5
Updatedlodash@^3.10.1