
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
A visual diagram editor for creating architecture diagrams. Design system architectures with a drag-and-drop interface, then export to clean TypeScript for use in documentation sites.
pnpm install
pnpm dev
Arc exports diagrams as clean TypeScript compatible with the ArcDiagram player component:
import type { ArcDiagramData } from './ArcDiagram'
const diagram: ArcDiagramData = {
layout: { width: 800, height: 400 },
nodes: {
app: { x: 50, y: 50, size: 'l' },
api: { x: 300, y: 50, size: 'm' },
},
nodeData: {
app: { icon: 'Monitor', name: 'App', color: 'violet' },
api: { icon: 'Server', name: 'API', color: 'emerald' },
},
connectors: [
{ from: 'app', to: 'api', fromAnchor: 'right', toAnchor: 'left', style: 'http' }
],
connectorStyles: {
http: { color: 'amber', strokeWidth: 2, label: 'HTTP' }
},
}
export default diagram
MIT
FAQs
Visual diagram editor for creating architecture diagrams
The npm package @arach/arc receives a total of 75 weekly downloads. As such, @arach/arc popularity was classified as not popular.
We found that @arach/arc demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.