Socket
Socket
Sign inDemoInstall

libmuse

Package Overview
Dependencies
Maintainers
1
Versions
92
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.81 to 0.0.82

1

esm/mixins/playlist.js

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

data.actions = actions;
console.log("data", data);
const json = await request_json("browse/edit_playlist", { data, signal });

@@ -214,0 +213,0 @@ const result = {

2

package.json

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

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

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

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

data.actions = actions;
console.log("data", data);
const json = await (0, _request_js_1.request_json)("browse/edit_playlist", { data, signal });

@@ -221,0 +220,0 @@ const result = {

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