Socket
Socket
Sign inDemoInstall

shoukaku

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shoukaku - npm Package Compare versions

Comparing version 3.4.0 to 3.4.1

9

dist/index.js

@@ -68,3 +68,3 @@ "use strict";

name: "shoukaku",
version: "3.4.0",
version: "3.4.1",
description: "A stable and updated wrapper around Lavalink",

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

dependencies: {
"node-fetch": "^2.6.9",
"node-fetch": "^2.7.0",
ws: "^8.13.0"

@@ -115,5 +115,5 @@ },

"@augu/eslint-config": "^4.0.1",
"@types/node": "^18.16.1",
"@types/node": "^20.9.0",
"@types/node-fetch": "^2.6.3",
"@types/ws": "^8.5.4",
"@types/ws": "^8.5.9",
"@typescript-eslint/eslint-plugin": "^5.59.1",

@@ -966,3 +966,2 @@ "@typescript-eslint/parser": "^5.59.1",

...["GET", "HEAD"].includes(options.method?.toUpperCase() || "GET") && options.body ? { body: JSON.stringify(options.body ?? {}) } : {},
// @ts-expect-error
signal: abortController.signal

@@ -969,0 +968,0 @@ }).finally(() => clearTimeout(timeout));

{
"name": "shoukaku",
"version": "3.4.0",
"version": "3.4.1",
"description": "A stable and updated wrapper around Lavalink",

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

"dependencies": {
"node-fetch": "^2.6.9",
"node-fetch": "^2.7.0",
"ws": "^8.13.0"

@@ -49,5 +49,5 @@ },

"@augu/eslint-config": "^4.0.1",
"@types/node": "^18.16.1",
"@types/node": "^20.9.0",
"@types/node-fetch": "^2.6.3",
"@types/ws": "^8.5.4",
"@types/ws": "^8.5.9",
"@typescript-eslint/eslint-plugin": "^5.59.1",

@@ -54,0 +54,0 @@ "@typescript-eslint/parser": "^5.59.1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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