Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@jest/reporters

Package Overview
Dependencies
Maintainers
6
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jest/reporters - npm Package Compare versions

Comparing version 28.0.0-alpha.7 to 28.0.0-alpha.8

assets/jest_logo.png

7

build/index.d.ts

@@ -131,2 +131,9 @@ /**

export declare class GitHubActionsReporter extends BaseReporter {
onRunComplete(
_contexts?: Set<Context>,
aggregatedResults?: AggregatedResult,
): void;
}
export declare class NotifyReporter extends BaseReporter {

@@ -133,0 +140,0 @@ private _notifier;

@@ -24,2 +24,8 @@ 'use strict';

});
Object.defineProperty(exports, 'GitHubActionsReporter', {
enumerable: true,
get: function () {
return _GitHubActionsReporter.default;
}
});
Object.defineProperty(exports, 'NotifyReporter', {

@@ -61,2 +67,6 @@ enumerable: true,

var _GitHubActionsReporter = _interopRequireDefault(
require('./GitHubActionsReporter')
);
function _interopRequireDefault(obj) {

@@ -63,0 +73,0 @@ return obj && obj.__esModule ? obj : {default: obj};

22

package.json
{
"name": "@jest/reporters",
"description": "Jest's reporters",
"version": "28.0.0-alpha.7",
"version": "28.0.0-alpha.8",
"main": "./build/index.js",

@@ -16,6 +16,6 @@ "types": "./build/index.d.ts",

"@bcoe/v8-coverage": "^0.2.3",
"@jest/console": "^28.0.0-alpha.7",
"@jest/test-result": "^28.0.0-alpha.7",
"@jest/transform": "^28.0.0-alpha.7",
"@jest/types": "^28.0.0-alpha.7",
"@jest/console": "^28.0.0-alpha.8",
"@jest/test-result": "^28.0.0-alpha.8",
"@jest/transform": "^28.0.0-alpha.8",
"@jest/types": "^28.0.0-alpha.8",
"@types/node": "*",

@@ -32,6 +32,6 @@ "chalk": "^4.0.0",

"istanbul-reports": "^3.1.3",
"jest-haste-map": "^28.0.0-alpha.7",
"jest-resolve": "^28.0.0-alpha.7",
"jest-util": "^28.0.0-alpha.7",
"jest-worker": "^28.0.0-alpha.7",
"jest-haste-map": "^28.0.0-alpha.8",
"jest-resolve": "^28.0.0-alpha.8",
"jest-util": "^28.0.0-alpha.8",
"jest-worker": "^28.0.0-alpha.8",
"slash": "^3.0.0",

@@ -44,3 +44,3 @@ "source-map": "^0.6.0",

"devDependencies": {
"@jest/test-utils": "^28.0.0-alpha.7",
"@jest/test-utils": "^28.0.0-alpha.8",
"@types/exit": "^0.1.30",

@@ -82,3 +82,3 @@ "@types/glob": "^7.1.1",

},
"gitHead": "06f58f8ca70abc9c09d554967935b58ce85c48d6"
"gitHead": "d915e7df92b220dbe6e124585ba6459838a6c41c"
}
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