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

jest-editor-support

Package Overview
Dependencies
Maintainers
7
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-editor-support - npm Package Compare versions

Comparing version 27.0.0 to 27.1.0

jest-editor-support-27.1.0.tgz

10

build/Runner.js

@@ -13,2 +13,4 @@ "use strict";

require("core-js/modules/es.array.for-each");
require("core-js/modules/es.array.from");

@@ -44,2 +46,4 @@

require("core-js/modules/web.dom-collections.for-each");
require("core-js/modules/web.dom-collections.iterator");

@@ -165,2 +169,8 @@

if (this.options.reporters) {
this.options.reporters.forEach(function (reporter) {
args.push('--reporters', reporter);
});
}
this.debugprocess = this._createProcess(this.workspace, args);

@@ -167,0 +177,0 @@ this.debugprocess.stdout.on('data', function (data) {

3

CHANGELOG.md

@@ -10,2 +10,5 @@ <!--

### 27.1.0
* Add `--reporters` option support - [@jmarceli](https://github.com/jmarceli)
### 27.0.0

@@ -12,0 +15,0 @@ * [breaking change] Replace the `Settings` class with a `getSettings` function - stephtr

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

testFileNamePattern?: string;
reporters?: string[];
}

@@ -22,0 +23,0 @@

2

package.json
{
"name": "jest-editor-support",
"version": "27.0.0",
"version": "27.1.0",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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