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 1.6.0 to 1.7.1

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.7.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.7.0...v1.7.1) (2021-05-02)
**Note:** Version bump only for package mutation-testing-report-schema
# [1.6.0](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.5.2...v1.6.0) (2021-02-22)

@@ -8,0 +16,0 @@

8

package.json
{
"name": "mutation-testing-report-schema",
"version": "1.6.0",
"version": "1.7.1",
"description": "The json schema for a mutation testing report.",

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

"test": "mocha --forbid-only --forbid-pending -r source-map-support/register dist/test/**/*.js",
"postpublish": "PUBLISH_SCHEMA=true ../mutation-testing-metrics-scala/npmProjPublish.sh dist/src",
"postpublish": "PUBLISH_SCHEMA=true ../metrics-scala/npmProjPublish.sh dist/src",
"generate": "node ../../tasks/schema2ts.js src/mutation-testing-report-schema.json src-generated/schema.ts"

@@ -21,4 +21,4 @@ },

},
"homepage": "https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/mutation-testing-elements#readme",
"gitHead": "242a4e31adc6131c10106b4846b0b66c9254e16c"
"homepage": "https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/elements#readme",
"gitHead": "d41b4031465236283d14148d7f904c881af54108"
}

@@ -1,2 +0,1 @@

[![Build Status](https://github.com/stryker-mutator/mutation-testing-elements/workflows/CI/badge.svg)](https://github.com/stryker-mutator/mutation-testing-elements/actions?query=workflow%3ACI+branch%3Amaster)

@@ -8,3 +7,3 @@

The schema can be found [here](https://github.com/stryker-mutator/mutation-testing-elements/blob/master/packages/mutation-testing-report-schema/src/mutation-testing-report-schema.json).
The schema can be found [here](https://github.com/stryker-mutator/mutation-testing-elements/blob/master/packages/report-schema/src/mutation-testing-report-schema.json).

@@ -30,3 +29,5 @@ ## JavaScript

schemaValidator.addSchema(schema, 'mutation-testing-report-schema');
schemaValidator.validate('mutation-testing-report-schema', { /*.. report as json ...*/ });
schemaValidator.validate('mutation-testing-report-schema', {
/*.. report as json ...*/
});
```

@@ -33,0 +34,0 @@

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