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

ctxbrew

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ctxbrew - npm Package Compare versions

Comparing version
0.1.2
to
0.1.3
+6
-7
package.json
{
"name": "ctxbrew",
"version": "0.1.2",
"version": "0.1.3",
"devDependencies": {

@@ -15,3 +15,2 @@ "@pnpm/lockfile-file": "^9.1.3",

"picocolors": "^1.1.1",
"repomix": "^1.13.1",
"semantic-release": "^25.0.3",

@@ -22,7 +21,7 @@ "typescript": "^5.6.3",

"optionalDependencies": {
"@ctxbrew/darwin-arm64": "0.1.2",
"@ctxbrew/darwin-x64": "0.1.2",
"@ctxbrew/linux-x64": "0.1.2",
"@ctxbrew/linux-arm64": "0.1.2",
"@ctxbrew/win32-x64": "0.1.2"
"@ctxbrew/darwin-arm64": "0.1.3",
"@ctxbrew/darwin-x64": "0.1.3",
"@ctxbrew/linux-x64": "0.1.3",
"@ctxbrew/linux-arm64": "0.1.3",
"@ctxbrew/win32-x64": "0.1.3"
},

@@ -29,0 +28,0 @@ "bin": {

@@ -73,2 +73,3 @@ # ctxbrew

description: UI components and usage
compress: true
include:

@@ -84,2 +85,3 @@ - src/components/**

- `include` is required and non-empty.
- `compress` is optional and defaults to `false`; when enabled, JS/TS files are reduced to top-level signatures.
- Overlap policy: first matching slice owns the file.

@@ -86,0 +88,0 @@