
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
@openctx/cli
Advanced tools
The @openctx/cli
package is a command-line interface for interacting with OpenCtx providers.
The OpenCtx CLI requires Node 22 or later (see known issues below).
$ npm install -g @openctx/cli@latest
$ export OPENCTX_CONFIG='{"enable":true,"debug":true,"providers":{"https://openctx.org/npm/@openctx/provider-web": true}}'
$ openctx meta
[{"name":"URLs", "annotations": {"selectors": []}, ...}]
$ openctx mentions https://example.com
#1 Example Domain — https://example.com
$ openctx items https://example.com
#1 Example Domain — https://example.com
- hover.text: Fetched from https://example.com
- ai.content: (575 characters)
OPENCTX_CONFIG
can be one of:
node --experimental-modules --experimental-network-imports
option. These experimental flags are set in the openctx
CLI when it invokes node
, so you should not need to manually pass these.FAQs
OpenCtx CLI
We found that @openctx/cli 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.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.