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

magmastream

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

magmastream - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

11

dist/structures/Filters.js

@@ -154,5 +154,2 @@ "use strict";

async clearFilters() {
this.player.filters = new Filters(this.player);
await this.updateFilters();
// Reset filter status
this.filterStatus = {

@@ -170,2 +167,10 @@ bassboost: false,

};
this.player.filters = new Filters(this.player);
this.setEqualizer([]);
this.setDistortion(null);
this.setKaraoke(null);
this.setRotation(null);
this.setTimescale(null);
this.setVibrato(null);
await this.updateFilters();
return this;

@@ -172,0 +177,0 @@ }

{
"name": "magmastream",
"version": "2.2.1",
"version": "2.2.2",
"description": "A user-friendly Lavalink client designed for NodeJS.",

@@ -19,3 +19,3 @@ "main": "dist/index.js",

"@types/lodash": "^4.14.196",
"@types/node": "^20.4.5",
"@types/node": "^20.4.6",
"@types/ws": "^8.5.3",

@@ -22,0 +22,0 @@ "@typescript-eslint/eslint-plugin": "^6.2.1",

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