New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ps-direct-sdk

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ps-direct-sdk - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

1

db.js

@@ -7,3 +7,2 @@ "use strict";

module.exports = function (config) {

@@ -10,0 +9,0 @@ var client = R.isNil(config) ? initFakeRedis() : initRealRedis(config);

6

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

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