New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

azel

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azel - npm Package Compare versions

Comparing version 8.8.9 to 8.9.9

2

package.json
{
"name": "azel",
"version": "8.8.9",
"version": "8.9.9",
"description": "",

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

@@ -38,4 +38,4 @@ const { MessageEmbed } = require("discord.js")

if(typeof options.color !== 'string') throw new TypeError('Weky Error: color must be a string')
if(typeof options.authorImage !== 'string') throw new TypeError('Weky Error: authorImage must be a boolean')
if(typeof options.timestamp !== 'string') throw new TypeError('Weky Error: timestamp must be a boolean')
if(typeof options.authorImage !== 'boolean') throw new TypeError('Weky Error: authorImage must be a boolean')
if(typeof options.timestamp !== 'boolean') throw new TypeError('Weky Error: timestamp must be a boolean')

@@ -42,0 +42,0 @@ this.message = options.message;

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