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

ctrf-cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ctrf-cli - npm Package Compare versions

Comparing version
0.0.5-next-1
to
0.0.5
+22
-6
package.json
{
"type": "module",
"name": "ctrf-cli",
"version": "0.0.5-next-1",
"version": "0.0.5",
"description": "Various CTRF utilities available from the command line",

@@ -34,7 +34,23 @@ "main": "dist/index.js",

"homepage": "https://ctrf.io",
"author": "Matthew Thomas",
"author": "Matthew Poulton-White",
"license": "MIT",
"security": {
"email": "security@ctrf.io",
"url": "https://github.com/ctrf-io/security/blob/main/SECURITY.md"
},
"keywords": [
"test",
"testing",
"ctrf",
"reporter",
"report",
"json",
"standard",
"cli",
"command-line",
"test-results"
],
"dependencies": {
"ctrf": "^0.0.18-next-1",
"glob": "^11.0.1",
"ctrf": "^0.1.0",
"glob": "^13.0.1",
"typescript": "^5.4.5",

@@ -48,3 +64,3 @@ "yargs": "^17.7.2"

"@types/yargs": "^17.0.32",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/coverage-v8": "^4.0.18",
"eslint": "^9.32.0",

@@ -54,4 +70,4 @@ "prettier": "^3.5.3",

"typescript-eslint": "^8.38.0",
"vitest": "^3.2.4"
"vitest": "^4.0.18"
}
}
+12
-10

@@ -5,15 +5,17 @@ # CTRF CLI Reference Implementation

## Open Standard
## CTRF Open Standard
[CTRF](https://github.com/ctrf-io/ctrf) is an open standard built and shaped by community contributions.
CTRF is a community-driven open standard for test reporting.
Your feedback and contributions are essential to the project's success:
By standardizing test results, reports can be validated, merged, compared, and analyzed consistently across languages and frameworks.
- [Contribute](CONTRIBUTING.md)
- [Discuss](https://github.com/orgs/ctrf-io/discussions)
- **CTRF Specification**: https://github.com/ctrf-io/ctrf
The official specification defining the format and semantics
- **Discussions**: https://github.com/orgs/ctrf-io/discussions
Community forum for questions, ideas, and support
## Support
> [!NOTE]
> ⭐ Starring the **CTRF specification repository** (https://github.com/ctrf-io/ctrf)
> helps support the standard.
You can support the project by giving this repository a star ⭐
## Usage

@@ -26,3 +28,3 @@

```bash
npx ctrf-cli@0.0.5-next-1 validate report.json
npx ctrf-cli@0.0.5 validate report.json
```

@@ -35,3 +37,3 @@

```bash [npm]
npm install -g ctrf-cli@0.0.5-next-1
npm install -g ctrf-cli@0.0.5
```

@@ -38,0 +40,0 @@