Socket
Socket
Sign inDemoInstall

satella

Package Overview
Dependencies
11
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.5 to 1.3.6

2

package.json
{
"name": "satella",
"version": "1.3.5",
"version": "1.3.6",
"description": "Satella - A wrapper for the Discord API made in JS",

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

@@ -17,3 +17,3 @@ /* eslint-disable padded-blocks */

this.channel = client.channels.channels.get(data.channel_id)
this.user = client.users.get(data.author.id) ? client.users.get(data.author.id) : undefined
this.user = data.author ? client.users.get(data.author.id) : undefined
this.member = this.guild ? this.guild.members.get(data.author.id) : undefined

@@ -20,0 +20,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc