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

devland.js

Package Overview
Dependencies
Maintainers
1
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devland.js - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

2

package.json

@@ -10,3 +10,3 @@ {

"name": "devland.js",
"version": "1.1.6",
"version": "1.1.7",
"description": "A powerful API wrapper for the Discord API designed for modern bots",

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

@@ -155,3 +155,4 @@ const { EventEmitter } = require('events')

}
}
},
ping: null
}

@@ -158,0 +159,0 @@

@@ -11,5 +11,5 @@ const p = require('phin').promisified;

}));
client.ws.gateway.heartbeat.last = Date.now()
client.ws.gateway.heartbeat.recieved = false;
}, client.ws.gateway.heartbeat.interval);
}

@@ -51,2 +51,3 @@ const ws = require('ws');

case 11:
client.ws.ping = (Date.now()-client.ws.gateway.heartbeat.last)
client.ws.gateway.heartbeat.last = Date.now();

@@ -53,0 +54,0 @@ client.ws.gateway.heartbeat.recieved = true;

Sorry, the diff of this file is too big to display

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