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

@stryker-mutator/api

Package Overview
Dependencies
Maintainers
4
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stryker-mutator/api - npm Package Compare versions

Comparing version
9.6.0
to
9.6.1
+5
-5
package.json
{
"name": "@stryker-mutator/api",
"version": "9.6.0",
"version": "9.6.1",
"description": "The api for the extendable JavaScript mutation testing framework Stryker",

@@ -60,4 +60,4 @@ "type": "module",

"dependencies": {
"mutation-testing-metrics": "3.7.2",
"mutation-testing-report-schema": "3.7.2",
"mutation-testing-metrics": "3.7.3",
"mutation-testing-report-schema": "3.7.3",
"tslib": "~2.8.0",

@@ -67,5 +67,5 @@ "typed-inject": "~5.0.0"

"devDependencies": {
"@types/node": "24.10.13"
"@types/node": "24.12.2"
},
"gitHead": "5f4ceba1987549d89057075501b5691d06cfe761"
"gitHead": "e1abfbeb9a27dba8aac9ea019860241b0ca80ead"
}