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

@oddnetworks/oddworks

Package Overview
Dependencies
Maintainers
4
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oddnetworks/oddworks - npm Package Compare versions

Comparing version 3.4.0 to 3.4.1

4

CHANGELOG.md
# Changelog
## 3.4.1 Unstable
- Correct JSON API error responses
## 3.4.0 Unstable

@@ -4,0 +8,0 @@

6

lib/middleware/error-handler.js

@@ -23,5 +23,5 @@ 'use strict';

return {
status: output.statusCode ? output.statusCode.toString() : null,
title: error.name,
detail: error.message
status: output.statusCode ? output.statusCode.toString() : '500',
title: output.payload ? output.payload.error : error.name,
detail: output.payload ? output.payload.message : (error.message || error.toString())
};

@@ -28,0 +28,0 @@ }

@@ -112,3 +112,3 @@ 'use strict';

if (defaultPort) {
if (!defaultPort) {
baseUrl = `${baseUrl}:${port}`;

@@ -115,0 +115,0 @@ }

{
"name": "@oddnetworks/oddworks",
"version": "3.4.0",
"version": "3.4.1",
"description": "An extensible media platform for OTT devices.",

@@ -5,0 +5,0 @@ "main": "./lib/oddworks.js",

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