sessionstore
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -51,2 +51,3 @@ var util = require('util'), | ||
defaultOpt.autoReconnect = false; | ||
defaultOpt.useNewUrlParser = true; | ||
_.defaults(options.options, defaultOpt); | ||
@@ -53,0 +54,0 @@ } else { |
{ | ||
"author": "adrai", | ||
"name": "sessionstore", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"private": false, | ||
@@ -14,5 +14,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"async": "2.6.0", | ||
"async": "2.6.2", | ||
"jsondate": "0.0.1", | ||
"lodash": "4.17.10", | ||
"lodash": "4.17.14", | ||
"parent-require": "1.0.0", | ||
@@ -19,0 +19,0 @@ "tolerance": "1.0.0" |
@@ -172,3 +172,3 @@ # Introduction | ||
Copyright (c) 2018 Adriano Raiano | ||
Copyright (c) 2019 Adriano Raiano | ||
@@ -175,0 +175,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
@@ -0,1 +1,4 @@ | ||
### [v1.3.4](https://github.com/adrai/sessionstore/compare/v1.3.3...v1.3.44) | ||
- upgrade versions of lodash and async [#51](https://github.com/adrai/sessionstore/pull/51) thanks to [andrefbsantos](https://github.com/andrefbsantos) | ||
### [v1.3.3](https://github.com/adrai/sessionstore/compare/v1.3.2...v1.3.3) | ||
@@ -2,0 +5,0 @@ - remove ttl parameter in elasticsearch driver |
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
45816
1137
+ Addedasync@2.6.2(transitive)
+ Addedlodash@4.17.14(transitive)
- Removedasync@2.6.0(transitive)
- Removedlodash@4.17.10(transitive)
Updatedasync@2.6.2
Updatedlodash@4.17.14