Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@cortexkit/magic-context

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cortexkit/magic-context - npm Package Compare versions

Comparing version
0.21.8
to
0.22.0
+2
-3
package.json
{
"name": "@cortexkit/magic-context",
"version": "0.21.8",
"version": "0.22.0",
"description": "Unified CLI for Magic Context — setup, doctor, and migration across OpenCode and Pi",

@@ -34,3 +34,3 @@ "keywords": [

"scripts": {
"build": "bun build src/index.ts --outfile dist/index.js --target node --format esm --external better-sqlite3",
"build": "bun build src/index.ts --outfile dist/index.js --target node --format esm --external node:sqlite",
"typecheck": "tsc --noEmit",

@@ -45,3 +45,2 @@ "test": "bun test",

"@clack/prompts": "^1.1.0",
"better-sqlite3": "^12.9.0",
"comment-json": "^4.2.5"

@@ -48,0 +47,0 @@ },

Sorry, the diff of this file is too big to display