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.2.0 to 3.2.2

4

CHANGELOG.md
# Changelog
## 3.2.2 Unstanb
- Adds a type and id property to config objects for JSON API readiness.
## 3.2.0 Unstable

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

3

lib/services/identity/queries/index.js

@@ -175,3 +175,4 @@ 'use strict';

_.omit(channel, omittedKeys),
_.omit(platform, omittedKeys)
_.omit(platform, omittedKeys),
{type: 'config', id: `${channel.id}-${platform.id}`}
);

@@ -178,0 +179,0 @@

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