@jest/console
Advanced tools
Comparing version 26.6.1 to 26.6.2
@@ -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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21398
2
Updated@jest/types@^26.6.2
Updatedjest-message-util@^26.6.2
Updatedjest-util@^26.6.2