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

xernerx

Package Overview
Dependencies
Maintainers
1
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xernerx - npm Package Compare versions

Comparing version 4.5.12 to 4.5.13

image.png

96

package.json
{
"name": "xernerx",
"version": "4.5.12",
"description": "A bot framework for discord.js.",
"main": "dist/main.js",
"type": "module",
"keywords": [
"discord.js",
"discord",
"framework",
"mjs",
"esm",
"cjs",
"ts"
],
"author": "Dummi",
"license": "MIT",
"homepage": "https://xernerx.github.io/xernerx",
"packageManager": "npm@8.5.5",
"scripts": {
"start": "npm i && npm fund && npm audit fix --force && npm link && tsc -w",
"patch": "npm run write && git add . && npm run commit && npm version patch && npm publish && git push",
"minor": "npm run write && git add . && npm run commit && npm version minor && npm publish && git push",
"major": "npm run write && git add . && npm run commit && npm version major && npm publish && git push",
"site": "git add docs && npm run commit && git push",
"commit": "node ../.scripts/commit.js",
"write": "npm run build && npm run format",
"format": "npx prettier --write src dist",
"build": "tsc && npm run format"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xernerx/xernerx.git"
},
"bugs": {
"url": "https://github.com/xernerx/xernerx/issues"
},
"dependencies": {
"dbl-sdk": "^1.2.0",
"discord.js": "^14.11.0",
"dumfunctions": "^2.1.2",
"xernerx-extension-builder": "^0.0.16",
"zod": "^3.21.4"
},
"devDependencies": {
"prettier": "^2.8.7",
"typescript": "^5.0.3"
}
"name": "xernerx",
"version": "4.5.13",
"description": "A bot framework for discord.js.",
"main": "dist/main.js",
"type": "module",
"keywords": [
"discord.js",
"discord",
"framework",
"mjs",
"esm",
"cjs",
"ts"
],
"author": "Dummi",
"license": "MIT",
"homepage": "https://xernerx.github.io/xernerx",
"packageManager": "npm@8.5.5",
"scripts": {
"start": "npm i && npm fund && npm audit fix --force && npm link && tsc -w",
"commit": "npm run write && git add . && node ./.github/scripts/message.js",
"tag": "node ./.github/scripts/tag.js",
"patch": "npm run commit && npm version patch && npm run tag && npm publish && git push",
"minor": "npm run commit && npm version minor && npm run tag && npm publish && git push",
"major": "npm run commit && npm version major && npm run tag && npm publish && git push",
"site": "git add docs && npm run commit && git push",
"write": "npm run build && npm run format",
"format": "npx prettier --write src dist",
"build": "tsc && npm run format"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xernerx/xernerx.git"
},
"bugs": {
"url": "https://github.com/xernerx/xernerx/issues"
},
"dependencies": {
"dbl-sdk": "^1.2.0",
"discord.js": "^14.11.0",
"dumfunctions": "^2.1.2",
"readline": "^1.3.0",
"xernerx-extension-builder": "^0.0.16",
"zod": "^3.21.4"
},
"devDependencies": {
"prettier": "^2.8.7",
"typescript": "^5.0.3"
}
}
<!-- @format -->
<style>
body {
background: rgba(0,0,0, 0.2);
border-radius: 0.5rem;
margin: 10px;
}
:hover {
color: #8979f0;
}
[![](./docs/icons/Xernerx%20-%20Logo%20-%20Purple.png)](https://xernerx.github.io/xernerx)
</style>
[![Discord](https://img.shields.io/discord/784094726432489522?logo=discord)](https://discord.gg/teNWyb69dq)
![npm](https://img.shields.io/npm/dw/xernerx)
![npm](https://img.shields.io/npm/dt/xernerx)
![Read the Docs](https://img.shields.io/readthedocs/node)
![npm type definitions](https://img.shields.io/npm/types/xernerx)
![node-current](https://img.shields.io/npm/v/discord.js)
[![](./docs/icons/Xernerx%20-%20Logo%20-%20Purple.png)](https://xernerx.github.io/xernerx)
# About
# xernerx
Xernerx is a class based discord.js framework. \[BETA\]

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