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.5
to
0.3.0
+6
-6
package.json
{
"name": "ovecc",
"version": "0.2.5",
"version": "0.3.0",
"mcpName": "io.github.Ovecc-labs/ovecc",

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

"bugs": "https://github.com/Ovecc-labs/ovecc/issues",
"license": "Apache-2.0",
"license": "MPL-2.0",
"bin": {

@@ -30,6 +30,6 @@ "ovecc": "bin/ovecc.js"

"optionalDependencies": {
"@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"
"@ovecc/cli-darwin-arm64": "0.3.0",
"@ovecc/cli-linux-arm64": "0.3.0",
"@ovecc/cli-linux-x64": "0.3.0",
"@ovecc/cli-win32-x64": "0.3.0"
},

@@ -36,0 +36,0 @@ "engines": {

@@ -29,2 +29,2 @@ # ovecc

Full documentation, the architecture contract format, and the CI gate are in the
[repository](https://github.com/Ovecc-labs/ovecc). Apache-2.0.
[repository](https://github.com/Ovecc-labs/ovecc). MPL-2.0.