@saucelabs/sauce-json-reporter
Advanced tools
Comparing version 3.0.3 to 3.1.0
@@ -34,3 +34,3 @@ "use strict"; | ||
Status["Failed"] = "failed"; | ||
})(Status = exports.Status || (exports.Status = {})); | ||
})(Status || (exports.Status = Status = {})); | ||
/** | ||
@@ -37,0 +37,0 @@ * JUnitTestCase represents a single, individual testcase in JUnit format. |
{ | ||
"name": "@saucelabs/sauce-json-reporter", | ||
"version": "3.0.3", | ||
"version": "3.1.0", | ||
"description": "", | ||
@@ -22,18 +22,21 @@ "main": "lib/index.js", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=16.13.2" | ||
}, | ||
"dependencies": { | ||
"fast-xml-parser": "4.2.5" | ||
"fast-xml-parser": "4.3.2" | ||
}, | ||
"devDependencies": { | ||
"@tsconfig/node18": "2.0.0", | ||
"@types/jest": "29.5.1", | ||
"@typescript-eslint/eslint-plugin": "5.59.1", | ||
"@typescript-eslint/parser": "5.59.1", | ||
"babel-jest": "29.5.0", | ||
"eslint": "8.39.0", | ||
"jest": "29.5.0", | ||
"json-schema-library": "7.4.7", | ||
"release-it": "15.10.1", | ||
"ts-jest": "29.1.0", | ||
"typescript": "5.0.4" | ||
"@tsconfig/node20": "20.1.2", | ||
"@types/jest": "29.5.5", | ||
"@typescript-eslint/eslint-plugin": "6.7.4", | ||
"@typescript-eslint/parser": "6.7.4", | ||
"babel-jest": "29.7.0", | ||
"eslint": "8.51.0", | ||
"jest": "29.7.0", | ||
"json-schema-library": "9.1.2", | ||
"release-it": "16.2.1", | ||
"ts-jest": "29.1.1", | ||
"typescript": "5.2.2" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23873
+ Addedfast-xml-parser@4.3.2(transitive)
- Removedfast-xml-parser@4.2.5(transitive)
Updatedfast-xml-parser@4.3.2