Socket
Socket
Sign inDemoInstall

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 21.0.0 to 21.0.2

5

build/index.js

@@ -81,3 +81,6 @@ 'use strict';

message = message.split(/\n/).map(line => MESSAGE_INDENT + line).join('\n');
message = message.
split(/\n/).
map(line => MESSAGE_INDENT + line).
join('\n');
stack =

@@ -84,0 +87,0 @@ stack && !options.noStackTrace ?

2

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