Socket
Socket
Sign inDemoInstall

jest-runtime

Package Overview
Dependencies
182
Maintainers
6
Versions
302
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 29.5.0 to 29.6.0

3

build/index.d.ts

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

private isTornDown;
private isInsideTestCode;
constructor(

@@ -162,2 +163,4 @@ config: Config.ProjectConfig,

clearAllMocks(): void;
enterTestCode(): void;
leaveTestCode(): void;
teardown(): void;

@@ -164,0 +167,0 @@ private _resolveCjsModule;

34

package.json
{
"name": "jest-runtime",
"version": "29.5.0",
"version": "29.6.0",
"repository": {

@@ -20,9 +20,9 @@ "type": "git",

"dependencies": {
"@jest/environment": "^29.5.0",
"@jest/fake-timers": "^29.5.0",
"@jest/globals": "^29.5.0",
"@jest/source-map": "^29.4.3",
"@jest/test-result": "^29.5.0",
"@jest/transform": "^29.5.0",
"@jest/types": "^29.5.0",
"@jest/environment": "^29.6.0",
"@jest/fake-timers": "^29.6.0",
"@jest/globals": "^29.6.0",
"@jest/source-map": "^29.6.0",
"@jest/test-result": "^29.6.0",
"@jest/transform": "^29.6.0",
"@jest/types": "^29.6.0",
"@types/node": "*",

@@ -34,9 +34,9 @@ "chalk": "^4.0.0",

"graceful-fs": "^4.2.9",
"jest-haste-map": "^29.5.0",
"jest-message-util": "^29.5.0",
"jest-mock": "^29.5.0",
"jest-haste-map": "^29.6.0",
"jest-message-util": "^29.6.0",
"jest-mock": "^29.6.0",
"jest-regex-util": "^29.4.3",
"jest-resolve": "^29.5.0",
"jest-snapshot": "^29.5.0",
"jest-util": "^29.5.0",
"jest-resolve": "^29.6.0",
"jest-snapshot": "^29.6.0",
"jest-util": "^29.6.0",
"slash": "^3.0.0",

@@ -46,6 +46,6 @@ "strip-bom": "^4.0.0"

"devDependencies": {
"@jest/test-utils": "^29.5.0",
"@jest/test-utils": "^29.6.0",
"@types/glob": "^7.1.1",
"@types/graceful-fs": "^4.1.3",
"jest-environment-node": "^29.5.0"
"jest-environment-node": "^29.6.0"
},

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

},
"gitHead": "39f3beda6b396665bebffab94e8d7c45be30454c"
"gitHead": "c1e5b8a38ef54bb138409f89831942ebf6a7a67e"
}

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc