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

honeyglaze

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

honeyglaze - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

8

dist/initialize.js

@@ -13,3 +13,3 @@ "use strict";

function initialize(bot) {
bot.on('message', message => {
bot.on('message', (message) => {
if (message.author.bot)

@@ -82,7 +82,4 @@ return;

}
return arr.shift();
return Number(arr.shift());
}
if (type === String) {
return String(arr.shift());
}
if (type === Text) {

@@ -95,3 +92,4 @@ const text = arr.join(' ');

}
return String(arr.shift());
});
}
{
"name": "honeyglaze",
"version": "0.0.1",
"version": "0.0.2",
"description": "For your honey glazed Discord bots",

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

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