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
1726
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 2.3.0 to 2.3.1

3

index.js

@@ -202,2 +202,4 @@ var request = require( "superagent" );

client.user = new User( data.user );
var _servers = data.guilds,

@@ -225,3 +227,2 @@ servers = [];

client.user = new User( data.user );
} else if ( dat.t === "MESSAGE_CREATE" ) {

@@ -228,0 +229,0 @@ var data = dat.d;

{
"name": "discord.js",
"version": "2.3.0",
"version": "2.3.1",
"description": "A way to interface with the Discord API",

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

@@ -9,3 +9,3 @@ # discord.js

### Installation
``npm install discord.js``
``npm install --save discord.js``

@@ -20,2 +20,3 @@ ### Features

* Get limitless logs from channels.
* Fast and efficient caching

@@ -22,0 +23,0 @@ ### Example usage

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