Socket
Socket
Sign inDemoInstall

mutation-testing-report-schema

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mutation-testing-report-schema - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

dist/src/mutation-testing-report-schema.json

@@ -15,5 +15,5 @@ {

"type": "string",
"pattern": "^1(\\.\\d*)?$",
"pattern": "^([1-2])(\\.(([1-9]\\d*)|0)){0,2}$",
"description": "Major version of this report. Used for compatibility.",
"examples": ["1"]
"examples": ["1", "2.0", "2.0.0"]
},

@@ -20,0 +20,0 @@ "files": {

{
"name": "mutation-testing-report-schema",
"version": "2.0.0",
"version": "2.0.1",
"description": "The json schema for a mutation testing report.",

@@ -25,3 +25,4 @@ "main": "dist/src/index.js",

"type": "git",
"url": "git+https://github.com/stryker-mutator/mutation-testing-elements.git"
"url": "https://github.com/stryker-mutator/mutation-testing-elements.git",
"directory": "packages/report-schema"
},

@@ -33,3 +34,3 @@ "license": "Apache-2.0",

"homepage": "https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/elements#readme",
"gitHead": "3588711007ec9367c1f01274e0fd87e3a79cbce1"
"gitHead": "b259a9b385a3faabbfcf278e255db5b7f6c6fca3"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc