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

presentation-service-server

Package Overview
Dependencies
Maintainers
4
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.0.11 to 2.0.12

3

lib/v1.js

@@ -51,3 +51,4 @@ "use strict";

.tap(logOutput("endpoint", "incoming", req))
.reduce('', R.add)
.invoke('toString', ['utf8'])
.reduce1(R.concat)
.flatMap(value => {

@@ -54,0 +55,0 @@ if (R.isNil(score)) {

{
"name": "presentation-service-server",
"version": "2.0.11",
"version": "2.0.12",
"description": "Server component for the presentation service",

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

"morgan": "^1.7.0",
"ramda": "^0.18.0",
"ramda": "^0.21.0",
"redis": "^2.3.0",

@@ -21,0 +21,0 @@ "restify": "^4.0.3",

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