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

podverse-shared

Package Overview
Dependencies
Maintainers
1
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

podverse-shared - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

4

dist/nowPlayingItem.d.ts

@@ -90,2 +90,3 @@ export declare type NowPlayingItem = {

podcast: {
addByRSSPodcastFeedUrl: string | undefined;
funding: string | undefined;

@@ -115,2 +116,3 @@ hideDynamicAdsWarning: boolean | undefined;

podcast: {
addByRSSPodcastFeedUrl: string | undefined;
funding: string | undefined;

@@ -141,2 +143,3 @@ hideDynamicAdsWarning: boolean | undefined;

export declare const convertNowPlayingItemClipToNowPlayingItemEpisode: (data: any, userPlaybackPosition?: number) => {
addByRSSPodcastFeedUrl: any;
episodeDescription: any;

@@ -161,4 +164,3 @@ episodeDuration: any;

userPlaybackPosition: number;
addByRSSPodcastFeedUrl: any;
};
export declare const convertToNowPlayingItem: (data: any, inheritedEpisode?: any, inheritedPodcast?: any, userPlaybackPosition?: number) => NowPlayingItem;

@@ -37,2 +37,3 @@ "use strict";

podcast: {
addByRSSPodcastFeedUrl: item.addByRSSPodcastFeedUrl,
funding: item.podcastFunding,

@@ -72,2 +73,3 @@ hideDynamicAdsWarning: item.podcastHideDynamicAdsWarning,

return {
addByRSSPodcastFeedUrl: data.addByRSSPodcastFeedUrl,
episodeDescription: data.episodeDescription,

@@ -91,4 +93,3 @@ episodeDuration: data.episodeDuration,

podcastValue: data.podcastValue,
userPlaybackPosition: userPlaybackPosition || 0,
addByRSSPodcastFeedUrl: data.addByRSSPodcastFeedUrl
userPlaybackPosition: userPlaybackPosition || 0
};

@@ -95,0 +96,0 @@ };

{
"name": "podverse-shared",
"version": "1.0.11",
"version": "1.0.12",
"description": "Helpers that are used across multiple Podverse modules",

@@ -5,0 +5,0 @@ "main": "./dist/index.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