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.9.2 to 3.9.3

22

lib/services/catalog/queries/index.js

@@ -100,10 +100,16 @@ 'use strict';

function assignObjectMeta(config) {
return {
user: config.user,
features: _.pick(config.features, FEATURES),
maxAge: config.maxAge,
staleWhileRevalidate: config.staleWhileRevalidate,
updatedAt: config.updatedAt,
source: config.source
};
const features = _.pick(config.features, FEATURES);
const rv = _.omit(config, [
'active',
'platformType',
'category',
'views',
'type',
'id',
'channel',
'platform'
]);
rv.features = features;
return rv;
}

@@ -110,0 +116,0 @@

{
"name": "@oddnetworks/oddworks",
"version": "3.9.2",
"version": "3.9.3",
"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