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

@jest/console

Package Overview
Dependencies
Maintainers
7
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jest/console - npm Package Compare versions

Comparing version 26.6.1 to 26.6.2

12

build/CustomConsole.js

@@ -18,6 +18,6 @@ 'use strict';

function _util() {
const data = require('util');
function _console() {
const data = require('console');
_util = function () {
_console = function () {
return data;

@@ -29,6 +29,6 @@ };

function _console() {
const data = require('console');
function _util() {
const data = require('util');
_console = function () {
_util = function () {
return data;

@@ -35,0 +35,0 @@ };

@@ -7,6 +7,6 @@ /**

*/
import type { Config } from '@jest/types';
import { StackTraceConfig } from 'jest-message-util';
import type { Config } from '@jest/types';
import type { ConsoleBuffer } from './types';
declare const _default: (root: string, verbose: boolean, buffer: ConsoleBuffer, config?: StackTraceConfig, globalConfig?: Config.GlobalConfig | undefined) => string;
export default _default;
{
"name": "@jest/console",
"version": "26.6.1",
"version": "26.6.2",
"repository": {

@@ -13,10 +13,11 @@ "type": "git",

"dependencies": {
"@jest/types": "^26.6.1",
"@jest/types": "^26.6.2",
"@types/node": "*",
"chalk": "^4.0.0",
"jest-message-util": "^26.6.1",
"jest-util": "^26.6.1",
"jest-message-util": "^26.6.2",
"jest-util": "^26.6.2",
"slash": "^3.0.0"
},
"devDependencies": {
"@jest/test-utils": "^26.6.2",
"@types/node": "*"

@@ -30,3 +31,3 @@ },

},
"gitHead": "f6366db60e32f1763e612288bf3984bcfa7a0a15"
"gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5"
}
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