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

jest-message-util

Package Overview
Dependencies
Maintainers
5
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-message-util - npm Package Compare versions

Comparing version 23.0.0 to 23.0.2

5

build/index.js

@@ -220,3 +220,3 @@ 'use strict';

const formatPaths = (config, options, relativeTestPath, line) => {
const formatPaths = (config, relativeTestPath, line) => {
// Extract the file path from the trace line.

@@ -298,4 +298,3 @@ const match = line.match(/(^\s*at .*?\(?)([^()]+)(:[0-9]+:[0-9]+\)?.*$)/);

line =>
STACK_INDENT +
formatPaths(config, options, relativeTestPath, trimPaths(line))
STACK_INDENT + formatPaths(config, relativeTestPath, trimPaths(line))
)

@@ -302,0 +301,0 @@ .join('\n');

2

package.json
{
"name": "jest-message-util",
"version": "23.0.0",
"version": "23.0.2",
"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