@flakiness/sdk
Advanced tools
+2
-2
@@ -7,3 +7,3 @@ var __defProp = Object.defineProperty; | ||
| // node_modules/@flakiness/flakiness-report/lib/flakinessReport.js | ||
| // node_modules/.pnpm/@flakiness+flakiness-report@0.22.0/node_modules/@flakiness/flakiness-report/lib/flakinessReport.js | ||
| var FlakinessReport; | ||
@@ -16,3 +16,3 @@ ((FlakinessReport22) => { | ||
| // node_modules/@flakiness/flakiness-report/lib/schema.js | ||
| // node_modules/.pnpm/@flakiness+flakiness-report@0.22.0/node_modules/@flakiness/flakiness-report/lib/schema.js | ||
| import z from "zod/v4"; | ||
@@ -19,0 +19,0 @@ var Schema; |
+2
-2
@@ -778,3 +778,3 @@ var __defProp = Object.defineProperty; | ||
| // node_modules/@flakiness/flakiness-report/lib/flakinessReport.js | ||
| // node_modules/.pnpm/@flakiness+flakiness-report@0.22.0/node_modules/@flakiness/flakiness-report/lib/flakinessReport.js | ||
| var FlakinessReport; | ||
@@ -787,3 +787,3 @@ ((FlakinessReport22) => { | ||
| // node_modules/@flakiness/flakiness-report/lib/schema.js | ||
| // node_modules/.pnpm/@flakiness+flakiness-report@0.22.0/node_modules/@flakiness/flakiness-report/lib/schema.js | ||
| import z from "zod/v4"; | ||
@@ -790,0 +790,0 @@ var Schema; |
+6
-6
| { | ||
| "name": "@flakiness/sdk", | ||
| "version": "0.155.0", | ||
| "version": "1.0.0", | ||
| "private": false, | ||
@@ -24,6 +24,2 @@ "repository": { | ||
| "types": "./types/index.d.ts", | ||
| "scripts": { | ||
| "minor": "./version.mjs minor", | ||
| "patch": "./version.mjs patch" | ||
| }, | ||
| "keywords": [], | ||
@@ -50,3 +46,7 @@ "author": "Degu Labs, Inc", | ||
| "zod": "^4.3.5" | ||
| }, | ||
| "scripts": { | ||
| "minor": "./version.mjs minor", | ||
| "patch": "./version.mjs patch" | ||
| } | ||
| } | ||
| } |
+6
-10
@@ -8,3 +8,3 @@ # Flakiness Node.js SDK | ||
| ```bash | ||
| npm i @flakiness/sdk | ||
| npm i @flakiness/sdk @flakiness/flakiness-report | ||
| ``` | ||
@@ -17,7 +17,7 @@ | ||
| ```typescript | ||
| import { | ||
| FlakinessReport, | ||
| GitWorktree, | ||
| ReportUtils, | ||
| writeReport, | ||
| import { FlakinessReport } from '@flakiness/flakiness-report'; | ||
| import { | ||
| GitWorktree, | ||
| ReportUtils, | ||
| writeReport, | ||
| uploadReport, | ||
@@ -76,3 +76,2 @@ CIUtils | ||
| A browser-compatible entry point with a subset of utilities that work in browser environments. Exports: | ||
| - `FlakinessReport` - Type definitions for the report format | ||
| - `ReportUtils` - Browser-safe utilities (normalizeReport, stripAnsi, visitTests) | ||
@@ -84,5 +83,2 @@ | ||
| ### Report Type & Validation | ||
| - **`FlakinessReport`** - Type definitions and validation for the [Flakiness JSON Report](https://github.com/flakiness/flakiness-report) format | ||
| ### Building Reports | ||
@@ -89,0 +85,0 @@ - **`CIUtils`** - Utilities to extract CI/CD information (run URLs, environment detection) |
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 14 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 14 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
116109
0.04%1
-50%102
-3.77%