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.6 to 1.0.7

6

dist/nowPlayingItem.d.ts

@@ -5,2 +5,4 @@ export declare type NowPlayingItem = {

clipId?: string;
clipIsOfficialChapter?: boolean;
clipIsOfficialSoundBite?: boolean;
clipStartTime?: number;

@@ -37,2 +39,4 @@ clipTitle?: string;

clipId: any;
clipIsOfficialChapter: any;
clipIsOfficialSoundBite: any;
clipStartTime: any;

@@ -106,2 +110,4 @@ clipTitle: any;

id: string | undefined;
isOfficialChapter: boolean | undefined;
isOfficialSoundBite: boolean | undefined;
isPublic: boolean | undefined;

@@ -108,0 +114,0 @@ startTime: number | undefined;

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

clipId: item.clipId,
clipIsOfficialChapter: item.clipIsOfficialChapter,
clipIsOfficialSoundBite: item.clipIsOfficialSoundBite,
clipStartTime: item.clipStartTime,

@@ -74,2 +76,4 @@ clipTitle: item.clipTitle,

id: item.clipId,
isOfficialChapter: item.clipIsOfficialChapter,
isOfficialSoundBite: item.clipIsOfficialSoundBite,
isPublic: item.isPublic,

@@ -161,2 +165,4 @@ startTime: item.clipStartTime,

nowPlayingItem.clipId = data.id;
nowPlayingItem.clipIsOfficialChapter = data.isOfficialChapter;
nowPlayingItem.clipIsOfficialSoundBite = data.isOfficialSoundBite;
nowPlayingItem.clipStartTime = data.startTime;

@@ -163,0 +169,0 @@ nowPlayingItem.clipTitle = data.title;

2

package.json
{
"name": "podverse-shared",
"version": "1.0.6",
"version": "1.0.7",
"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