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.17 to 1.0.18

2

dist/index.d.ts
export { cleanNowPlayingItem, convertNowPlayingItemToEpisode, convertNowPlayingItemToMediaRef, convertNowPlayingItemClipToNowPlayingItemEpisode, convertToNowPlayingItem, NowPlayingItem } from './nowPlayingItem';
export { SatoshiStreamStats, SatoshiStreamStatsPodcast } from './satoshiStream';
export { ValueRecipient, ValueTag, ValueTransaction } from './valueTag';
export { ValueRecipient, ValueRecipientNormalized, ValueTag, ValueTransaction } from './valueTag';

@@ -10,2 +10,11 @@ import { SatoshiStreamStats } from './satoshiStream';

address: string;
customKey?: string;
customValue?: unknown;
fee?: boolean | null;
name?: string;
split: number;
type: string;
};
export declare type ValueRecipientNormalized = {
address: string;
amount?: number;

@@ -12,0 +21,0 @@ customKey?: string;

{
"name": "podverse-shared",
"version": "1.0.17",
"version": "1.0.18",
"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