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

presentation-service-server

Package Overview
Dependencies
Maintainers
5
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

presentation-service-server - npm Package Compare versions

Comparing version 2.1.10 to 2.1.11

2

lib/v1.js

@@ -35,3 +35,3 @@ "use strict";

const key = decodeURIComponent(req.path());
db.get(key, "string")
db.get(key)
.errors(logStreamExceptions(req))

@@ -38,0 +38,0 @@ .stopOnError(e => {

{
"name": "presentation-service-server",
"version": "2.1.10",
"version": "2.1.11",
"description": "Server component for the presentation service",

@@ -18,3 +18,3 @@ "main": "server.js",

"morgan": "1.7.0",
"ps-direct-sdk": "2.1.9",
"ps-direct-sdk": "2.1.11",
"ramda": "0.21.0",

@@ -21,0 +21,0 @@ "restify": "4.0.4",

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