Socket
Socket
Sign inDemoInstall

zyno-bot-addons

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zyno-bot-addons - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

2

package.json
{
"name": "zyno-bot-addons",
"version": "1.0.10",
"version": "1.0.11",
"description": "Create easily addons for Zyno Bot",

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

@@ -12,4 +12,7 @@ const UserManager = require('../managers/userManager.js');

if(options.dynamic){
imageOptions['forceStatic'] = false;
} else {
imageOptions['forceStatic'] = true;
} else if(typeof options.extension === 'string'){
}
if(typeof options.extension === 'string'){
imageOptions['extension'] = options.extension;

@@ -16,0 +19,0 @@ }

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