🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@evalguardai/cli

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evalguardai/cli - npm Package Compare versions

Comparing version
1.3.0
to
1.4.0
dist/index.cjs

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

+1
-1
#!/usr/bin/env node
import("../dist/index.js");
require("../dist/index.cjs");
{
"name": "@evalguardai/cli",
"version": "1.3.0",
"version": "1.4.0",
"description": "EvalGuard CLI - Run LLM evaluations and security scans from the command line",
"type": "module",
"main": "./src/index.ts",
"type": "commonjs",
"main": "./dist/index.cjs",
"bin": {

@@ -13,4 +13,3 @@ "evalguard": "./bin/evalguard.js"

"bin",
"README.md",
"LICENSE"
"README.md"
],

@@ -24,3 +23,3 @@ "scripts": {

"clean": "rm -rf dist .turbo",
"prepublishOnly": "echo build ready"
"prepublishOnly": "echo ready"
},

@@ -60,8 +59,3 @@ "keywords": [

},
"dependencies": {
"commander": "^13.1.0",
"chalk": "^5.4.0",
"ora": "^8.2.0",
"yaml": "^2.8.3"
},
"dependencies": {},
"devDependencies": {

@@ -68,0 +62,0 @@ "@evalguard/config": "workspace:*",