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 25.5.0 to 26.0.0-alpha.0

2

build/CustomConsole.d.ts

@@ -21,3 +21,3 @@ /**

private _logError;
assert(value: unknown, message?: string | Error): void;
assert(value: unknown, message?: string | Error): asserts value;
count(label?: string): void;

@@ -24,0 +24,0 @@ countReset(label?: string): void;

@@ -112,3 +112,3 @@ 'use strict';

);
} // use `asserts` when https://github.com/sandersn/downlevel-dts/issues/32 is fixed
}

@@ -115,0 +115,0 @@ assert(value, message) {

{
"name": "@jest/console",
"version": "25.5.0",
"version": "26.0.0-alpha.0",
"repository": {

@@ -12,14 +12,7 @@ "type": "git",

"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"dependencies": {
"@jest/types": "^25.5.0",
"chalk": "^3.0.0",
"jest-message-util": "^25.5.0",
"jest-util": "^25.5.0",
"@jest/types": "^26.0.0-alpha.0",
"chalk": "^4.0.0",
"jest-message-util": "^26.0.0-alpha.0",
"jest-util": "^26.0.0-alpha.0",
"slash": "^3.0.0"

@@ -31,3 +24,3 @@ },

"engines": {
"node": ">= 8.3"
"node": ">= 10.14.2"
},

@@ -37,3 +30,3 @@ "publishConfig": {

},
"gitHead": "ddd73d18adfb982b9b0d94bad7d41c9f78567ca7"
"gitHead": "ba962e7e9669a4a2f723c2536c97462c8ddfff2d"
}
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