Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@devtea2026/nisi-labore-pariatur-sunt
Advanced tools
The ultimate AI-powered RsnChat
This package package for interacting with GPT4-based chat services, OpenChat, Bard, Gemini, LlaMa, Mixtral, Claude, Naomi, Prodia, Kandinsky, Absolutebeauty, Sdxl, Dalle and AI Icon without restrictions or limits
Installation For CLI
npm i -g rsnchat
Installation
npm i rsnchat
Discord : https://discord.gg/r5QWdKfQxr
Join discord server and create account with /new slash command and get your apikey with /key slash command for free!
const { RsnChat } = require("rsnchat");
const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");
rsnchat.gpt("Hello, what is your name?").then((response) => {
console.log(response.message);
});
const { RsnChat } = require("rsnchat");
const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");
rsnchat.openchat("Hello, what is your name?").then((response) => {
console.log(response.message);
});
const { RsnChat } = require("rsnchat");
const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");
rsnchat.bard("Hello, what is your name?").then((response) => {
console.log(response.message);
});
const { RsnChat } = require("rsnchat");
const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");
rsnchat.gemini("Hello, what is your name?").then((response) => {
console.log(response.message);
});
const { RsnChat } = require("rsnchat");
const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");
rsnchat.bing("Hello, what is your name?").then((response) => {
console.log(response.message);
});
const { RsnChat } = require("rsnchat");
const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");
rsnchat.llama("Hello, what is your name?").then((response) => {
console.log(response.message);
});
const { RsnChat } = require("rsnchat");
const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");
rsnchat.mixtral("Hello, what is your name?").then((response) => {
console.log(response.message);
});
const { RsnChat } = require("rsnchat");
const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");
rsnchat.codellama("Hello, what is your name?").then((response) => {
console.log(response.message);
});
const { RsnChat } = require("rsnchat");
const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");
rsnchat.claude("Hello, what is your name?").then((response) => {
console.log(response.message);
});
const { RsnChat } = require("rsnchat");
const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");
rsnchat.naomi("Hello, what is your name?").then((response) => {
console.log(response.message);
});
const { RsnChat } = require("rsnchat");
const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");
const prompt = "beautiful girl";
const negative_prompt = "blury, bad quality";
const model = "absolutereality_v181.safetensors [3d9d4d2b]";
rsnchat.prodia(prompt, negative_prompt, model).then((response) => {
console.log(response);
});
List of prodia models
const { RsnChat } = require("rsnchat");
const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");
const prompt = "beautiful girl";
const negative_prompt = "blury, bad quality";
rsnchat.kandinsky(prompt, negative_prompt).then((response) => {
console.log(response);
});
const { RsnChat } = require("rsnchat");
const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");
const prompt = "beautiful girl";
const negative_prompt = "blury, bad quality";
rsnchat.absolutebeauty(prompt, negative_prompt).then((response) => {
console.log(response);
});
const { RsnChat } = require("rsnchat");
const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");
const prompt = "beautiful girl";
const negative_prompt = "blury, bad quality";
rsnchat.sdxl(prompt, negative_prompt).then((response) => {
console.log(response);
});
const { RsnChat } = require("rsnchat");
const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");
const prompt = "beautiful girl";
rsnchat.dalle(prompt).then((response) => {
console.log(response);
});
const { RsnChat } = require("rsnchat");
const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");
const prompt = "beautiful girl";
rsnchat.icon(prompt).then((response) => {
console.log(response);
});
Example CLI Command
rsnchat
FAQs
Unknown package
The npm package @devtea2026/nisi-labore-pariatur-sunt receives a total of 0 weekly downloads. As such, @devtea2026/nisi-labore-pariatur-sunt popularity was classified as not popular.
We found that @devtea2026/nisi-labore-pariatur-sunt demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.