presentation-service-server
Advanced tools
Comparing version 2.0.11 to 2.0.12
@@ -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", |
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
31027
723
+ Addedhas-proto@1.0.3(transitive)
+ Addedhas-symbols@1.0.3(transitive)
+ Addedramda@0.21.0(transitive)
- Removedhas-proto@1.1.0(transitive)
- Removedhas-symbols@1.1.0(transitive)
- Removedramda@0.18.0(transitive)
Updatedramda@^0.21.0