Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@skills-supply/sk

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skills-supply/sk - npm Package Compare versions

Comparing version
0.1.8
to
0.2.2
dist/index.js

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

+11
-6

@@ -8,3 +8,3 @@ {

"@clack/prompts": "^0.11.0",
"@skills-supply/agents-toml": "latest",
"@skills-supply/core": "*",
"commander": "^14.0.2",

@@ -24,2 +24,5 @@ "consola": "^3.4.2",

},
"exports": {
".": "./dist/index.js"
},
"files": [

@@ -46,5 +49,6 @@ "dist",

"scripts": {
"build": "bun run build:binary && bun run build:node",
"build:binary": "bun build ./src/cli.ts --compile --outfile ./bin/sk",
"build:node": "bun build ./src/cli.ts --outdir ./dist --target node",
"build": "bun run build:binary && bun run build:node && bun run build:core",
"build:binary": "bun build ./cli.ts --compile --outfile ./bin/sk",
"build:core": "bun build ./index.ts --outdir ./dist --target node",
"build:node": "bun build ./cli.ts --outdir ./dist --target node",
"clean": "rm -rf dist bin",

@@ -55,6 +59,7 @@ "test": "vitest",

"test:unit": "vitest --exclude tests/e2e",
"tsc": "npx tsc -p tsconfig.json"
"tsc": "bun run build:core && npx tsc -p tsconfig.json"
},
"type": "module",
"version": "0.1.8"
"types": "./index.d.ts",
"version": "0.2.2"
}

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