
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
hyperrandom
Advanced tools
NPM de imgenes random. Contiene imagenes de:
peridot
montañas
armas
perros
gatos
oro
trump
preservativos
aleatorio
npm install hyperrandom
#Ejemplos:
Este npm tiene ejemplos tanto para nodejs como para html.
##Solicitar una imagen.
var hyperrandom = require("hyperrandom");
hyperrandom.peridot(algun_numero, (url) => console.log(url)); //aqui obtienes una URL.
Puedes solicitar imagenes sobre oro/armas/dog/montañas/peridot/gatos/trump/condon tambien puedes solicitar aleatorio para optener una imagen completamente aleatoria.
##Metodos para solicitar una imagen usando discord.js
embed:
var hyperrandom = require("hyperrandom");
if (message.content === '!random') {
hyperrandom.oro(algun_numero, (imagen) => var embed = new Discord.RichEmbed().setImage(imagen));
message.channel.send(embed); //aqui obtienes una imagen en formato embed.
}
Puedes solicitar imagenes sobre peridot/armas/dog/montañas/peridot/gatos/trump/condon tambien puedes solicitar aleatorio para optener una imagen completamente aleatoria.
archivo adjunto:
var { Client, Attachment } = require('discord.js');
var client = new Client();
var hyperrandom = require("hyperrandom");
if (message.content === '!random') {
hyperrandom.dog(algun_numero, (imagen) => var attachment = new Attachment(imagen));
message.channel.send(attachment); //aqui obtienes una imagen en formato embed.
}
Puedes solicitar imagenes sobre peridot/armas/montañas/peridot/gatos/trump/condon/oro tambien puedes solicitar aleatorio para optener una imagen completamente aleatoria.
#Contactame:
Contactame por discord y dime tus sugerencias: REYMUNDUS#8842
FAQs
NPM en desarrollo de imagenes random.
The npm package hyperrandom receives a total of 4 weekly downloads. As such, hyperrandom popularity was classified as not popular.
We found that hyperrandom 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.