Socket
Socket
Sign inDemoInstall

@jest/console

Package Overview
Dependencies
Maintainers
3
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 30.0.0-alpha.1 to 30.0.0-alpha.2

5

build/index.d.ts

@@ -7,9 +7,10 @@ /**

*/
/// <reference types="node" />
import type {Config} from '@jest/types';
import {Console as Console_2} from 'console';
import {WriteStream} from 'tty';
import {InspectOptions} from 'util';
import {Config} from '@jest/types';
import {StackTraceConfig} from 'jest-message-util';
import type {WriteStream} from 'tty';

@@ -16,0 +17,0 @@ export declare class BufferedConsole extends Console_2 {

12

package.json
{
"name": "@jest/console",
"version": "30.0.0-alpha.1",
"version": "30.0.0-alpha.2",
"repository": {

@@ -22,11 +22,11 @@ "type": "git",

"dependencies": {
"@jest/types": "30.0.0-alpha.1",
"@jest/types": "30.0.0-alpha.2",
"@types/node": "*",
"chalk": "^4.0.0",
"jest-message-util": "30.0.0-alpha.1",
"jest-util": "30.0.0-alpha.1",
"jest-message-util": "30.0.0-alpha.2",
"jest-util": "30.0.0-alpha.2",
"slash": "^3.0.0"
},
"devDependencies": {
"@jest/test-utils": "30.0.0-alpha.1"
"@jest/test-utils": "30.0.0-alpha.2"
},

@@ -39,3 +39,3 @@ "engines": {

},
"gitHead": "d005cb2505c041583e0c5636d006e08666a54b63"
"gitHead": "c04d13d7abd22e47b0997f6027886aed225c9ce4"
}
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