New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

discord-voice

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord-voice - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

2

package.json

@@ -12,3 +12,3 @@ {

},
"version": "2.0.4",
"version": "2.0.5",
"description": "A complete framework to facilitate the tracking of user voice time using discord.js",

@@ -15,0 +15,0 @@ "main": "index.js",

@@ -79,2 +79,3 @@ const merge = require("deepmerge");

get channelAndMember() {
if(!this.guild) return null;
return this.guild.channels.cache

@@ -81,0 +82,0 @@ .filter((c) => c.type === "voice" || c.type === "GUILD_VOICE" || c.type === "GUILD_STAGE_VOICE")

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