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

libmuse

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libmuse - npm Package Compare versions

Comparing version 0.0.79 to 0.0.80

4

esm/mixins/playlist.js

@@ -176,3 +176,5 @@ import { get_continuation_contents, get_continuation_params, get_continuations, } from "../continuations.js";

? "DEDUPE_OPTION_DROP_DUPLICATE"
: null,
: dedupe === "skip"
? "DEDUPE_OPTION_SKIP"
: null,
});

@@ -179,0 +181,0 @@ });

@@ -6,3 +6,3 @@ {

"name": "libmuse",
"version": "0.0.79",
"version": "0.0.80",
"description": "A library to interact with the YouTube Music (InnerTube) api.",

@@ -9,0 +9,0 @@ "tags": [

@@ -183,3 +183,5 @@ "use strict";

? "DEDUPE_OPTION_DROP_DUPLICATE"
: null,
: dedupe === "skip"
? "DEDUPE_OPTION_SKIP"
: null,
});

@@ -186,0 +188,0 @@ });

@@ -69,3 +69,3 @@ import { ParsedPlaylist } from "../parsers/browsing.js";

add_source_playlists?: string[];
dedupe?: "check" | "drop_duplicate";
dedupe?: "check" | "drop_duplicate" | "skip";
}

@@ -72,0 +72,0 @@ export type EditPlaylistStatus = "STATUS_SUCCEEDED" | "STATUS_FAILED";

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