
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@nowline/lsp
Advanced tools
Nowline language server — powers editor features like error checking, autocomplete, and hovers in VS Code, Cursor, and other editors.
Language Server Protocol implementation for the Nowline DSL. Built on top of
@nowline/core's Langium grammar, validator, and AST. The
@nowline/vscode-extension bundles this server; other
LSP-capable editors (Neovim, JetBrains, Helix, Emacs, …) can spawn the bundled
nowline-lsp binary directly.
@nowline/core's validator surfaces in
the editor in real time.after:audit-log, owner:sam, depends:[…],
on:…, before:…, etc. to the entity that owns the id.roadmap → swimlane → item
(with parallel / group nesting).after: / before: / owner: /
on: / depends:[] plus value completion for status:. Keyword and
property-key completion comes from Langium's default provider.The server is single-file scoped in m3 — cross-file references through
include are intentionally not resolved by the LSP. Diagnostics and navigation
operate on the document the user is editing.
The package ships a nowline-lsp binary. Editors connect over stdio:
npx nowline-lsp
Programmatic embedding (e.g. inside a VS Code extension):
import { startNowlineServer } from '@nowline/lsp/server';
startNowlineServer();
For headless / in-memory usage (tests, MCP, …) use createNowlineLspServices
with an EmptyFileSystem.
FAQs
Nowline language server — powers editor features like error checking, autocomplete, and hovers in VS Code, Cursor, and other editors.
We found that @nowline/lsp 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.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.