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.0.3 to 1.0.4

releasenotes.md

2

lib/databases/memcached.js

@@ -90,3 +90,3 @@ 'use strict';

try {
result = jsonSerializer.deserialize(value);
result = jsonSerializer.deserialize(value.toString());
} catch (error) {

@@ -93,0 +93,0 @@ if (callback) callback(error);

{
"author": "adrai",
"name": "sessionstore",
"version": "1.0.3",
"version": "1.0.4",
"private": false,

@@ -6,0 +6,0 @@ "main": "index.js",

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