Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hephaestus/core

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hephaestus/core - npm Package Compare versions

Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3

3

dist/src/modules/interaction/command.d.ts

@@ -5,2 +5,5 @@ import { MaybePromise } from '@hephaestus/utils';

import { Permission } from './permission';
export interface AutoCompleteOption<Client, Interaction> {
autocompleteAction: (interaction: Interaction, client: Client) => MaybePromise<void>;
}
export interface Command<Client, Interaction> {

@@ -7,0 +10,0 @@ name: string;

4

package.json
{
"name": "@hephaestus/core",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "> TODO: description",

@@ -32,3 +32,3 @@ "author": "Alex Taxiera <alex.taxiera@gmail.com>",

},
"gitHead": "1e007690426b6022553c93a68bc99d3b38273934"
"gitHead": "f49886fcfd1e80fbc2bd2293fb73f03aefc21238"
}

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