Socket
Socket
Sign inDemoInstall

jest-message-util

Package Overview
Dependencies
45
Maintainers
5
Versions
202
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 21.3.0-beta.10 to 21.3.0-beta.11

6

build/index.js

@@ -43,2 +43,4 @@ 'use strict';Object.defineProperty(exports, "__esModule", { value: true });exports.separateMessageFromStack = exports.formatResultsErrors = exports.formatStackTrace = exports.formatExecError = undefined;

const JEST_INTERNALS_IGNORE = /^\s+at.*?jest(-.*?)?(\/|\\)(build|node_modules|packages)(\/|\\)/;
const JEST_NODE_NATIVE_IGNORE = /^\s+at.*?jest-node-native-/;
const ANONYMOUS_FN_IGNORE = /^\s+at <anonymous>.*$/;

@@ -142,2 +144,6 @@ const ANONYMOUS_PROMISE_IGNORE = /^\s+at (new )?Promise \(<anonymous>\).*$/;

if (JEST_NODE_NATIVE_IGNORE.test(line)) {
return false;
}
if (!STACK_PATH_REGEXP.test(line)) {

@@ -144,0 +150,0 @@ return true;

2

package.json
{
"name": "jest-message-util",
"version": "21.3.0-beta.10",
"version": "21.3.0-beta.11",
"repository": {

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc