multi-discord-api
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "multi-discord-api", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Multi-API for Nodejs Projects and with no rate-limit using JavaScript <3", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"build": "npm run lint && babel ./src -d ./lib", | ||
"test": "nyc mocha --require babel-core/register", | ||
"lint": "eslint ./src --fix", | ||
"commit": "git-cz", | ||
"semantic-release": "semantic-release --branches main" | ||
"semantic-release": "semantic-release --branches main", | ||
"push": "git add . && npm run commit && git push" | ||
}, | ||
@@ -28,3 +32,10 @@ "repository": { | ||
"devDependencies": { | ||
"babel-cli": "^6.26.0", | ||
"babel-preset-env": "^1.7.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^7.30.0", | ||
"eslint-config-airbnb-base": "^14.2.1", | ||
"eslint-plugin-import": "^2.23.4", | ||
"mocha": "^9.0.2", | ||
"nyc": "^15.1.0", | ||
"semantic-release": "^17.4.4" | ||
@@ -36,3 +47,11 @@ }, | ||
} | ||
}, | ||
"engines": { | ||
"node": ">= 14.0.0" | ||
}, | ||
"dependencies": { | ||
"discord.js": "^13.0.0-dev.5b6be0c.1625789033", | ||
"node-fetch": "^2.6.1", | ||
"valid-url": "^1.0.9" | ||
} | ||
} |
# multi-discord-api | ||
Multi-API for Nodejs Projects and with no rate-limit using JavaScript <3 | ||
``` | ||
Under-Development and Needs some Ideas to add in the Package | ||
``` |
@@ -1,4 +0,15 @@ | ||
module.exports = function Wrork(string) { | ||
if (typeof string !== "string") throw new TypeError("Work wants a string!"); | ||
return string.replace(/\s/g, ""); | ||
}; | ||
const { EmbedGen } = require('./distributions/embedgen'); | ||
const { JokeGenerator } = require('./distributions/JokesGen'); | ||
const { MemesGenerator } = require('./distributions/MemesGen'); | ||
const { Shortner } = require('./distributions/ShortnerLinks'); | ||
const { CryptoSector } = require('./distributions/CryptoCurrency'); | ||
const { Doggie } = require('./distributions/Doggie'); | ||
module.exports = { | ||
EmbedGenerator: EmbedGen, | ||
Jokes: JokeGenerator, | ||
Memes: MemesGenerator, | ||
ShortLink: Shortner, | ||
Crypto: CryptoSector, | ||
Dogs: Doggie, | ||
}; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
32883
16
527
6
3
9
+ Addednode-fetch@^2.6.1
+ Addedvalid-url@^1.0.9
+ Added@discordjs/builders@0.16.0(transitive)
+ Added@discordjs/collection@0.7.0(transitive)
+ Added@sapphire/async-queue@1.5.5(transitive)
+ Added@sapphire/shapeshift@3.9.7(transitive)
+ Added@types/node@22.9.1(transitive)
+ Added@types/node-fetch@2.6.12(transitive)
+ Added@types/ws@8.5.13(transitive)
+ Addedasynckit@0.4.0(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addeddiscord-api-types@0.33.50.36.3(transitive)
+ Addeddiscord.js@13.17.1(transitive)
+ Addedfast-deep-equal@3.1.3(transitive)
+ Addedform-data@4.0.1(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addednode-fetch@2.7.0(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedts-mixer@6.0.4(transitive)
+ Addedtslib@2.8.1(transitive)
+ Addedundici-types@6.19.8(transitive)
+ Addedvalid-url@1.0.9(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@5.0.0(transitive)
+ Addedws@8.18.0(transitive)