New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jest-util

Package Overview
Dependencies
Maintainers
5
Versions
262
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-util - npm Package Compare versions

Comparing version 13.3.0-alpha.g8b48d59 to 13.4.0-alpha.d2632006

1

build/installCommonGlobals.js

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

global.process.setMaxListeners = process.setMaxListeners.bind(process);
/* $FlowFixMe https://github.com/facebook/flow/pull/1942 */
global.process.getMaxListeners = process.getMaxListeners.bind(process);

@@ -39,0 +38,0 @@ global.process.emit = process.emit.bind(process);

8

build/JasmineFormatter.js

@@ -76,7 +76,5 @@ /**

// error message & stack live on 'trace' field in jasmine 1.3
const error = result.trace ? result.trace : result;
if (!this._config.noStackTrace && error.stack) {
const errorMessage = error.message || '';
message = error.stack.
if (!this._config.noStackTrace && result.stack) {
const errorMessage = result.message || '';
message = result.stack.
replace(message, errorMessage).

@@ -83,0 +81,0 @@ replace(/^.*Error:\s*/, '');}

{
"name": "jest-util",
"version": "13.3.0-alpha.g8b48d59",
"version": "13.4.0-alpha.d2632006",
"repository": {

@@ -15,3 +15,3 @@ "type": "git",

"mkdirp": "^0.5.1",
"jest-mock": "^13.3.0-alpha.g8b48d59"
"jest-mock": "^13.4.0-alpha.d2632006"
},

@@ -18,0 +18,0 @@ "devDependencies": {

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