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

@discordx/internal

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@discordx/internal - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

dist/index.d.mts

8

CHANGELOG.md

@@ -1,5 +0,7 @@

# Stage
# @discordx/internal
## Fixed
## 1.1.0
- internal package directory ([84566a](https://github.com/oceanroleplay/discord.ts/commit/84566a27d627fda415b2e8389556ce878d0af7d5))
### Minor Changes
- fix: monorepo
{
"name": "@discordx/internal",
"version": "1.0.2",
"version": "1.1.0",
"private": false,
"description": "discord.ts internal methods, can be used for external projects",
"description": "discordx internal methods, can be used for external projects",
"keywords": [

@@ -15,43 +15,42 @@ "dependency injection",

"discordx",
"discord.ts"
"discord"
],
"homepage": "https://github.com/oceanroleplay/discord.ts/tree/main/packages/internal#readme",
"homepage": "https://github.com/discordx-ts/discordx/tree/main/packages/internal#readme",
"bugs": {
"url": "https://github.com/oceanroleplay/discord.ts/issues"
"url": "https://github.com/discordx-ts/discordx/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oceanroleplay/discord.ts.git"
"url": "git+https://github.com/discordx-ts/discordx.git"
},
"license": "Apache-2.0",
"contributors": [
"Vijay Meena <indianoceanroleplay@gmail.com> (https://github.com/oceanroleplay)"
"Owen Calvin <owen.gombas@gmail.com> (https://github.com/OwenCalvin)",
"Vijay Meena <indianoceanroleplay@gmail.com> (https://github.com/samarmeena)"
],
"exports": {
".": {
"import": "./build/esm/index.js",
"require": "./build/cjs/index.js"
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"main": "./build/cjs/index.js",
"module": "./build/esm/index.js",
"types": "./dist/index.d.ts",
"files": [
"build",
"dist",
"CHANGELOG.md",
"LICENSE",
"README.md",
"SECURITY.md",
"CHANGELOG.md",
"package.json"
],
"scripts": {
"build": "tsc && npm run build:cjs",
"build:cjs": "tsc --module CommonJs --outDir build/cjs && npm run postbuild:cjs",
"postbuild:cjs": "node ../../scripts/postbuild.mjs --path=build",
"type-check": "tsc --noemit"
"build": "tsup src/index.ts --format cjs,esm --dts",
"build:typedoc": "npx typedoc src/index.ts --out ../../docs/static/api/internal"
},
"dependencies": {
"tslib": "^2.3.1"
"tslib": "^2.6.2"
},
"devDependencies": {
"typescript": "^4.5.4"
"@types/node": "^20.8.10",
"typescript": "5.2.2"
},

@@ -58,0 +57,0 @@ "engines": {

<div>
<p align="center">
<a href="https://discord-ts.js.org" target="_blank" rel="nofollow">
<img src="https://discord-ts.js.org/discord-ts.svg" width="546" />
<a href="https://discordx.js.org" target="_blank" rel="nofollow">
<img src="https://discordx.js.org/discordx.svg" width="546" />
</a>
</p>
<p align="center">
<a href="https://discord.gg/yHQY9fexH9"
<a href="https://discordx.js.org/discord"
><img

@@ -23,5 +23,5 @@ src="https://img.shields.io/discord/874802018361950248?color=5865F2&logo=discord&logoColor=white"

/></a>
<a href="https://github.com/oceanroleplay/discord.ts/actions"
<a href="https://github.com/discordx-ts/discordx/actions"
><img
src="https://github.com/oceanroleplay/discord.ts/workflows/Build/badge.svg"
src="https://github.com/discordx-ts/discordx/workflows/Build/badge.svg"
alt="Build status"

@@ -40,5 +40,5 @@ /></a>

# @discordx/internal
# 📖 Introduction
discord.ts internal methods, can be used for external projects.
discordx internal methods, can be used for external projects.

@@ -54,8 +54,15 @@ # 💻 Installation

# 📜 Documentation
- [discordx.js.org](https://discordx.js.org)
- [Tutorials (dev.to)](https://dev.to/samarmeena/series/14317)
# ☎️ Need help?
Ask in **[discord server](https://discord.gg/yHQY9fexH9)** or open a **[issue](https://github.com/oceanroleplay/discord.ts/issues)**
- [Check frequently asked questions](https://discordx.js.org/docs/faq)
- [Check examples](https://github.com/discordx-ts/discordx/tree/main/packages/discordx/examples)
- Ask in the community [Discord server](https://discordx.js.org/discord)
# Thank you
# 💖 Thank you
Show your support for [discordx](https://www.npmjs.com/package/discordx) by giving us a star on [github](https://github.com/oceanroleplay/discord.ts).
You can support [discordx](https://www.npmjs.com/package/discordx) by giving it a [GitHub](https://github.com/discordx-ts/discordx) star.
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