New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2.51 to 1.2.52

2

package.json

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

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

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

@@ -26,8 +26,7 @@ const Utils = require('../util')

this.id = data.id
if(!data.user.discriminator || data.user.discriminator === "0") {
thus.tag = data.user.username
if(!data.discriminator || data.discriminator === "0") {
thus.tag = data.username
} else {
this.tag = data.user.username + '#' + data.user.discriminator
this.tag = data.username + '#' + data.discriminator
}
this.tag = `${data.username}#${data.discriminator}`
this.discriminator = data.discriminator

@@ -34,0 +33,0 @@ this.displayName = data.displayName

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