Sign In

ovecc

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

ovecc - npm Package Compare versions

Comparing version
0.2.4
to
0.2.5
+1
-0
bin/ovecc.js

@@ -10,2 +10,3 @@ #!/usr/bin/env node

'darwin arm64': '@ovecc/cli-darwin-arm64',
'linux arm64': '@ovecc/cli-linux-arm64',
'linux x64': '@ovecc/cli-linux-x64',

@@ -12,0 +13,0 @@ 'win32 x64': '@ovecc/cli-win32-x64',

+5
-4
{
"name": "ovecc",
"version": "0.2.4",
"version": "0.2.5",
"mcpName": "io.github.Ovecc-labs/ovecc",

@@ -29,5 +29,6 @@ "description": "Deterministic, offline architecture intelligence: dependency graph, impact, dead code, duplication, security findings, and a CI gate",

"optionalDependencies": {
"@ovecc/cli-darwin-arm64": "0.2.4",
"@ovecc/cli-linux-x64": "0.2.4",
"@ovecc/cli-win32-x64": "0.2.4"
"@ovecc/cli-darwin-arm64": "0.2.5",
"@ovecc/cli-linux-arm64": "0.2.5",
"@ovecc/cli-linux-x64": "0.2.5",
"@ovecc/cli-win32-x64": "0.2.5"
},

@@ -34,0 +35,0 @@ "engines": {

@@ -24,7 +24,7 @@ # ovecc

This package is a thin launcher. The binary itself ships in a platform package
(`@ovecc/cli-darwin-arm64`, `@ovecc/cli-linux-x64`, `@ovecc/cli-win32-x64`) that
npm picks by `os` and `cpu`, so only one is downloaded and there is no install
script to run.
(`@ovecc/cli-darwin-arm64`, `@ovecc/cli-linux-x64`, `@ovecc/cli-linux-arm64`,
`@ovecc/cli-win32-x64`) that npm picks by `os` and `cpu`, so only one is
downloaded and there is no install script to run.
Full documentation, the architecture contract format, and the CI gate are in the
[repository](https://github.com/Ovecc-labs/ovecc). Apache-2.0.