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.3 to 2.2.4

2

dist/index.d.ts

@@ -949,2 +949,2 @@ /// <reference types="node" />

export { CPUStats, EqualizerBand, Exception, Extendable, FrameStats, LavalinkResponse, LoadType, Manager, ManagerOptions, MemoryStats, Node, NodeMessage, NodeOptions, NodeStats, NowPlayingMessage, Payload, PlayOptions, Player, PlayerEvent, PlayerEventType, PlayerEvents, PlayerOptions, PlayerUpdate, PlaylistData, PlaylistRawData, Plugin, Queue, SearchPlatform, SearchQuery, SearchResult, Severity, Sizes, State, Structure, Track, TrackData, TrackDataInfo, TrackEndEvent, TrackEndReason, TrackExceptionEvent, TrackStartEvent, TrackStuckEvent, TrackUtils, UnresolvedQuery, UnresolvedTrack, VoicePacket, VoiceServer, VoiceState, WebSocketClosedEvent };
export { type CPUStats, type EqualizerBand, type Exception, type Extendable, type FrameStats, type LavalinkResponse, type LoadType, Manager, type ManagerOptions, type MemoryStats, Node, type NodeMessage, type NodeOptions, type NodeStats, type NowPlayingMessage, type Payload, type PlayOptions, Player, type PlayerEvent, type PlayerEventType, type PlayerEvents, type PlayerOptions, type PlayerUpdate, type PlaylistData, type PlaylistRawData, Plugin, Queue, type SearchPlatform, type SearchQuery, type SearchResult, type Severity, type Sizes, type State, Structure, type Track, type TrackData, type TrackDataInfo, type TrackEndEvent, type TrackEndReason, type TrackExceptionEvent, type TrackStartEvent, type TrackStuckEvent, TrackUtils, type UnresolvedQuery, type UnresolvedTrack, type VoicePacket, type VoiceServer, type VoiceState, type WebSocketClosedEvent };
{
"name": "magmastream",
"version": "2.2.3",
"version": "2.2.4",
"description": "A user-friendly Lavalink client designed for NodeJS.",

@@ -17,21 +17,21 @@ "main": "dist/index.js",

"devDependencies": {
"@favware/rollup-type-bundler": "^2.0.0",
"@types/lodash": "^4.14.197",
"@types/node": "^20.5.7",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.48.0",
"@favware/rollup-type-bundler": "^3.2.1",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.4",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"eslint": "^8.55.0",
"npm-run-all": "^1.7.0",
"typedoc": "^0.24.8",
"typedoc": "^0.25.4",
"typedoc-plugin-no-inherit": "^1.4.0",
"typescript": "^5.1.6"
"typescript": "^5.3.3"
},
"dependencies": {
"@discordjs/collection": "^1.5.3",
"axios": "^1.4.0",
"@discordjs/collection": "^2.0.0",
"axios": "^1.6.2",
"events": "^3.3.0",
"lodash": "^4.17.21",
"tslib": "^2.6.1",
"ws": "^8.8.1"
"tslib": "^2.6.2",
"ws": "^8.15.0"
},

@@ -88,2 +88,2 @@ "engines": {

"license": "Apache-2.0"
}
}
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