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

jest-config

Package Overview
Dependencies
Maintainers
1
Versions
307
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-config - npm Package Compare versions

Comparing version 13.3.0-alpha.4eb0c908 to 13.3.0-alpha.8b48d59e

14

build/reporters/IstanbulTestReporter.js

@@ -28,3 +28,2 @@ /**

constructor(customProcess) {

@@ -34,4 +33,3 @@ super(customProcess);

this._collector = new istanbul.Collector();
this._testCollectors = Object.create(null);
this._reporter = new istanbul.Reporter();}
this._testCollectors = Object.create(null);}

@@ -59,4 +57,4 @@

const reporter = this._reporter;
if (config.collectCoverage) {
const reporter = new istanbul.Reporter();
try {

@@ -117,10 +115,2 @@ if (config.coverageDirectory) {

getReporter() {
return this._reporter;}
getCollector() {
return this._collector;}
getTestCollectors() {

@@ -127,0 +117,0 @@ return this._testCollectors;}}

16

package.json
{
"name": "jest-config",
"version": "13.3.0-alpha.4eb0c908",
"version": "13.3.0-alpha.8b48d59e",
"repository": {

@@ -13,9 +13,9 @@ "type": "git",

"istanbul": "^0.4.2",
"jest-environment-jsdom": "^13.3.0-alpha.4eb0c908",
"jest-environment-node": "^13.3.0-alpha.4eb0c908",
"jest-jasmine1": "^13.3.0-alpha.4eb0c908",
"jest-jasmine2": "^13.3.0-alpha.4eb0c908",
"jest-mock": "^13.3.0-alpha.4eb0c908",
"jest-resolve": "^13.3.0-alpha.4eb0c908",
"jest-util": "^13.3.0-alpha.4eb0c908",
"jest-environment-jsdom": "^13.3.0-alpha.8b48d59e",
"jest-environment-node": "^13.3.0-alpha.8b48d59e",
"jest-jasmine1": "^13.3.0-alpha.8b48d59e",
"jest-jasmine2": "^13.3.0-alpha.8b48d59e",
"jest-mock": "^13.3.0-alpha.8b48d59e",
"jest-resolve": "^13.3.0-alpha.8b48d59e",
"jest-util": "^13.3.0-alpha.8b48d59e",
"json-stable-stringify": "^1.0.0",

@@ -22,0 +22,0 @@ "node-notifier": "^4.6.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