
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@vnl-works/agentjoy-react
Advanced tools
AgentJoy の「待ち時間が楽しくなる」埋め込みWidget(React)です。
npm i @vnl-works/agentjoy-react
# or pnpm add @vnl-works/agentjoy-react
# or yarn add @vnl-works/agentjoy-react
import React from "react";
import { AgentJoyRun } from "@vnl-works/agentjoy-react";
import "@vnl-works/agentjoy-react/styles.css";
export function MyRunViewer() {
return (
<AgentJoyRun
apiBaseUrl="http://127.0.0.1:8000"
runId="run_..."
token="pub_..." // publish token or share token
sound={true}
/>
);
}
apiBaseUrl?: stringrunId: string / token: stringsound?: boolean / mute?: booleanheight?: number | string420, "60vh")autoScroll?: boolean(default: true)maxEvents?: number(default: 5000)compact?: booleanshareUrl?: stringrun.share_token があれば自動生成)onEvent?: (ev) => voidstyles.css は CSS 変数でテーマ調整できます。
例(アプリ側のCSS):
:root {
--aj-accent: #2563eb;
--aj-bg: #ffffff;
}
@media (prefers-color-scheme: dark) {
:root {
--aj-bg: #0b1220;
}
}
FAQs
AgentJoy embedded widget SDK (React)
The npm package @vnl-works/agentjoy-react receives a total of 49 weekly downloads. As such, @vnl-works/agentjoy-react popularity was classified as not popular.
We found that @vnl-works/agentjoy-react demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.