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

@glowbot/cogs

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

@glowbot/cogs - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "@glowbot/cogs",
"version": "0.1.1",
"version": "0.1.2",
"description": "A little cog system(Assumed to be used for discord.js command&event managers)",

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

@@ -100,3 +100,3 @@ const {default:Collection} = require("@discordjs/collection")

const path = this.get(name)?.path || this.#resolve(name).full
const module = this.find(a=>a.path===path)
var module = this.find(a=>a.path===path)
if(this.#unloader)module = this.#unloader(module)

@@ -103,0 +103,0 @@ this.delete(module.name)

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