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 4.15.1 to 4.15.2

2

dist/index.d.ts

@@ -14,3 +14,3 @@ export { extractSelectedEnclosureSourceAndContentType } from './alternateEnclosures';

export { Playlist, combineAndSortPlaylistItems } from './Playlist';
export { Podcast, PodcastMedium } from './Podcast';
export { Podcast, PodcastMedium, podcastItunesTypeDefaultValue } from './Podcast';
export { SatoshiStreamStats, SatoshiStreamStatsPodcast } from './satoshiStream';

@@ -17,0 +17,0 @@ export { getSeasonOrSerialEpisodesData } from './seasons';

@@ -41,2 +41,4 @@ "use strict";

Object.defineProperty(exports, "combineAndSortPlaylistItems", { enumerable: true, get: function () { return Playlist_1.combineAndSortPlaylistItems; } });
var Podcast_1 = require("./Podcast");
Object.defineProperty(exports, "podcastItunesTypeDefaultValue", { enumerable: true, get: function () { return Podcast_1.podcastItunesTypeDefaultValue; } });
var seasons_1 = require("./seasons");

@@ -43,0 +45,0 @@ Object.defineProperty(exports, "getSeasonOrSerialEpisodesData", { enumerable: true, get: function () { return seasons_1.getSeasonOrSerialEpisodesData; } });

@@ -42,1 +42,2 @@ import { Author, Category, FeedUrl, Funding, ValueTagExtended } from ".";

export declare type PodcastMedium = 'podcast' | 'music' | 'video' | 'film' | 'audiobook' | 'newsletter' | 'blog' | 'music-video' | 'mixed';
export declare const podcastItunesTypeDefaultValue = "episodic";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.podcastItunesTypeDefaultValue = void 0;
exports.podcastItunesTypeDefaultValue = 'episodic';
{
"name": "podverse-shared",
"version": "4.15.1",
"version": "4.15.2",
"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