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

discordsb

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discordsb - npm Package Compare versions

Comparing version 1.0.10 to 1.1.0

README.md

12

index.js

@@ -52,3 +52,3 @@ /*

setup: false,
version: "1.0.0",
version: "1.1.0",
author: "EhsanFox"

@@ -75,2 +75,12 @@ };

//Package Modules
commands: function()
{
let tempData = [];
const cmdFiles = readdirSync(join(__dirname, "commands")).filter((file) => file.endsWith(".js"));
for (const file of cmdFiles) {
const commnd = require(join(__dirname, "commands", `${file}`));
tempData.push(commnd.name);
}
return tempData;
},
config: function(token, prefix)

@@ -77,0 +87,0 @@ {

4

package.json
{
"name": "discordsb",
"version": "1.0.10",
"version": "1.1.0",
"description": "a Module For Creating Discord Self Bots",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "node test.js"
},

@@ -9,0 +9,0 @@ "dependencies": {

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