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

@amitojsingh366/command-handler

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amitojsingh366/command-handler - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

13

package.json
{
"name": "@amitojsingh366/command-handler",
"version": "1.0.12",
"version": "1.0.13",
"description": "Mordern command handler for discord.js",

@@ -14,8 +14,11 @@ "main": "./lib/index.js",

"dependencies": {
"@discordjs/rest": "^0.1.0-canary.0",
"discord.js": "^13.3.1",
"@discordjs/rest": "^0.5.0",
"discord.js": "^13.8.0",
"glob": "^7.2.0",
"typescript": "^4.5.3"
},
"private": false
}
"private": false,
"devDependencies": {
"discord-api-types": "^0.33.3"
}
}
// false - Command has been changed
import { APIApplicationCommand, APIApplicationCommandOption } from "discord-api-types";
import { APIApplicationCommand, APIApplicationCommandOption } from "discord-api-types/v10";
import { SlashCommandOptions } from "../types/SlashCommandOptions";

@@ -6,0 +6,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