Socket
Socket
Sign inDemoInstall

@notenoughupdates/discord-akairo

Package Overview
Dependencies
Maintainers
1
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@notenoughupdates/discord-akairo - npm Package Compare versions

Comparing version 10.0.0-dev.1660139201.d8cfb12 to 10.0.0-dev.1660140200.adb9b30

2

dist/package.json
{
"name": "@notenoughupdates/discord-akairo",
"version": "10.0.0-dev.1660139201.d8cfb12",
"version": "10.0.0-dev.1660140200.adb9b30",
"description": "A highly customizable bot framework for Discord.js.",

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

@@ -5,6 +5,4 @@ "use strict";

const discord_js_1 = require("discord.js");
const zod_1 = require("zod");
class Category extends discord_js_1.Collection {
constructor(id, iterable) {
zod_1.z.string().parse(id);
super(iterable);

@@ -11,0 +9,0 @@ this.id = id;

{
"name": "@notenoughupdates/discord-akairo",
"version": "10.0.0-dev.1660139201.d8cfb12",
"version": "10.0.0-dev.1660140200.adb9b30",
"description": "A highly customizable bot framework for Discord.js.",

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

import { Collection } from "discord.js";
import { z } from "zod";
import type { AkairoModule } from "../struct/AkairoModule.js";

@@ -19,4 +18,2 @@

public constructor(id: string, iterable?: Iterable<readonly [K, V]>) {
z.string().parse(id);
super(iterable);

@@ -23,0 +20,0 @@ this.id = id;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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