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

discord.js

Package Overview
Dependencies
Maintainers
1
Versions
1729
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord.js - npm Package Compare versions

Comparing version 3.6.3 to 3.7.0

lib/Member.js

0

lib/channel.js

@@ -0,0 +0,0 @@ "use strict";

@@ -1459,2 +1459,4 @@ //discord.js modules

channId = destination.channel.id;
} else if (destination instanceof PMChannel) {
channId = destination.id;
} else if (destination instanceof User) {

@@ -1461,0 +1463,0 @@

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

2

package.json
{
"name": "discord.js",
"version": "3.6.3",
"version": "3.7.0",
"description": "A way to interface with the Discord API",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -1223,2 +1223,4 @@ //discord.js modules

channId = destination.channel.id;
} else if (destination instanceof PMChannel) {
channId = destination.id;
} else if (destination instanceof User) {

@@ -1225,0 +1227,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