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.3 to 1.3.4

2

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

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

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

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

@@ -21,0 +21,0 @@ this.mentions = new Mentions(client, data);

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