
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
bruhapi-fixed
Advanced tools
Gives random jokes, words, images and more. Also has a text to image feature. Fixed by AizakkuDev.
Supply Chain Security
Vulnerability
Quality
Maintenance
License
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Unpopular package
QualityThis package is not very popular.
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
Welcome to the fixed version of the BruhAPI NPM package! This package has many things to play around with such as text to image, random jokes & facts, random subreddit images, and more! A documentation of how to use each feature can be found below.
This package can be used if the main package is currently broken, but you can use this anytime.
npm install bruhapi
will install the package.
const bruh = require("bruhapi-fixed")
will reference the package.
*Each function using BruhAPI should be async.
Using the BruhAPI NPM module is very easy! Just use bruh('/endpoint')
and it'll return the res
query from the endpoint response. Most responses return res
for the most important query. Created by WILLM4937
, fixed by AizakkuDev
.
const bruh = require("bruhapi-fixed") //require the package
test() //call the function
async function test()
{console.log(await bruh('/fact'))} //declare the function
This will return a fact to the console. Here is an example output: Washington, DC is the capital of the United States of America.
const bruh = require("bruhapi-fixed")
client.on("message", message => {
if (message.author.bot) return; // Just to make sure the bot doesn't respond to itself
const response = await bruh('/cb/Never gonna give you up') // You can change "Never gonna give you up" to the message you want to input for the bot to respond.
message.channel.send(response) // Bot sends response to "Never gonna give you up"
})
This will return a chatbot response in Discord. Since I inputted "Never gonna give you up", the bot will respond: Never gonna let you down.
If you have any questions, please join the Discord server!
FAQs
Gives random jokes, words, images and more. Also has a text to image feature. Fixed by AizakkuDev.
The npm package bruhapi-fixed receives a total of 1 weekly downloads. As such, bruhapi-fixed popularity was classified as not popular.
We found that bruhapi-fixed demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.