Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sessionstore

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sessionstore - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

1

lib/databases/mongodb.js

@@ -51,2 +51,3 @@ var util = require('util'),

defaultOpt.autoReconnect = false;
defaultOpt.useNewUrlParser = true;
_.defaults(options.options, defaultOpt);

@@ -53,0 +54,0 @@ } else {

6

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc