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

connect-datacache

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-datacache - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

2

lib/connect-datacache.js

@@ -13,3 +13,3 @@ /**

var util = require('util');
var DataCacheClient = require('./datacache-client');
var DataCacheClient = require('datacache-client');
var noop = function() {};

@@ -16,0 +16,0 @@

{
"name": "connect-datacache",
"version": "1.0.3",
"version": "1.1.0",
"description": "Express session connector for IBM DataCache",

@@ -16,5 +16,4 @@ "main": "index.js",

"dependencies": {
"cfenv": "^1.0.3",
"datacache-client": "1.0.*",
"express-session": "^1.13.0",
"request-promise": "^3.0.0",
"debug": "^2.2.0"

@@ -21,0 +20,0 @@ },

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

sinon = require('sinon'),
DataCacheClient = require('../lib/datacache-client'),
DataCacheClient = require('datacache-client'),
session = require('express-session'),

@@ -8,0 +8,0 @@ DataCacheStore = require('../lib/connect-datacache')(session);

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