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

@avcodes/skilled

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@avcodes/skilled - npm Package Compare versions

Comparing version
0.2.0
to
0.3.0
+9
-0
install.js

@@ -107,9 +107,18 @@ #!/usr/bin/env node

const indexName = platform === "windows" ? `${BINARY}-index.exe` : `${BINARY}-index`;
const indexPath = path.join(binDir, indexName);
if (platform !== "windows") {
fs.chmodSync(binaryPath, 0o755);
if (fs.existsSync(indexPath)) {
fs.chmodSync(indexPath, 0o755);
}
}
console.log(`Successfully installed ${BINARY} to ${binaryPath}`);
if (fs.existsSync(indexPath)) {
console.log(`Successfully installed ${BINARY}-index to ${indexPath}`);
}
}
main();
+1
-1
{
"name": "@avcodes/skilled",
"version": "0.2.0",
"version": "0.3.0",
"description": "TUI dashboard for skill usage stats across AI coding tools",

@@ -5,0 +5,0 @@ "license": "MIT",