Skip to content

Commit

Permalink
Hard set of dependency node-uuid to >= 1.4.4 because of security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Peter committed May 9, 2016
1 parent 5402b99 commit 467af4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ The code docs can be found **[here](https://rawgit.com/mpneuried/aws-s3-form/mas
## Release History
|Version|Date|Description|
|:--:|:--:|:--|
|0.3.5|2016-05-09|Hard set of dependency `node-uuid` to >= 1.4.4 because of [security issue](https://nodesecurity.io/advisories/uuid_insecure-entropy-source-mathrandom).|
|0.3.4|2016-05-09|Updated dependencies, especially lodash to 4.x.; Optimized readme.|
|0.3.3|2015-11-13|Added a option `cryptoModule` to select `crypto` or `crypto-js` as internal crypto module. (thanks to [retorquere](https://github.com/retorquere) and [Ilya Shindyapin](https://github.com/license2e))|
|0.3.2|2015-11-06|Moved from `mime` to `mime-nofs` to use this module inside external modules like react-native or within the browser (thanks to [retorquere](https://github.com/retorquere))|
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-s3-form",
"version": "0.3.4",
"version": "0.3.5",
"description": "Generate a signed and reday to use formdata to put files to s3 directly from teh browser. Signing is done by using AWS Signature Version 4 ",
"keywords": [
"aws",
Expand Down Expand Up @@ -36,7 +36,7 @@
"lodash": "4.x",
"mime-nofs": "2.x",
"mpbasic": "0.0.x",
"node-uuid": "1.4.x"
"node-uuid": ">= 1.4.4"
},
"devDependencies": {
"request": "2.x",
Expand Down

0 comments on commit 467af4b

Please sign in to comment.