connect-datacache
Advanced tools
Comparing version 1.0.3 to 1.1.0
@@ -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); |
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
3
23705
11
444
+ Addeddatacache-client@1.0.*
+ Addeddatacache-client@1.0.1(transitive)
- Removedcfenv@^1.0.3
- Removedrequest-promise@^3.0.0