ps-direct-sdk
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -7,3 +7,2 @@ "use strict"; | ||
module.exports = function (config) { | ||
@@ -10,0 +9,0 @@ var client = R.isNil(config) ? initFakeRedis() : initRealRedis(config); |
{ | ||
"name": "ps-direct-sdk", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Directly ", | ||
@@ -12,3 +12,2 @@ "main": "index.js", | ||
"dependencies": { | ||
"fakeredis": "^1.0.3", | ||
"highland": "^2.7.4", | ||
@@ -23,3 +22,6 @@ "ramda": "^0.21.0", | ||
"sinon": "^1.17.4" | ||
}, | ||
"optionalDependencies": { | ||
"fakeredis": "^1.0.3" | ||
} | ||
} |
@@ -10,5 +10,5 @@ "use strict"; | ||
var config = process.env.USE_REDIS === 'true' ? { | ||
"host": "127.0.0.1", | ||
"port": 6379 | ||
} : void 0; | ||
"host": "127.0.0.1", | ||
"port": 6379 | ||
} : void 0; | ||
@@ -15,0 +15,0 @@ var db = require("../db")(config); |
@@ -5,3 +5,7 @@ "use strict"; | ||
var presentationService = require('../index'); | ||
var ps = presentationService(); | ||
var config = process.env.USE_REDIS === 'true' ? { | ||
"host": "127.0.0.1", | ||
"port": 6379 | ||
} : void 0; | ||
var ps = presentationService(config); | ||
var chai = require('chai'); | ||
@@ -8,0 +12,0 @@ var R = require('ramda'); |
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
31238
723
3
1
- Removedfakeredis@^1.0.3