Socket
Socket
Sign inDemoInstall

jest-runtime

Package Overview
Dependencies
Maintainers
6
Versions
305
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-runtime - npm Package Compare versions

Comparing version 29.3.1 to 29.4.0

.eslintcache

3

build/index.d.ts

@@ -119,2 +119,4 @@ /**

private loadEsmModule;
private validateImportAssertions;
private getModuleFormat;
private resolveModule;

@@ -142,2 +144,3 @@ private linkAndEvaluateModule;

isolateModules(fn: () => void): void;
isolateModulesAsync(fn: () => Promise<void>): Promise<void>;
resetModules(): void;

@@ -144,0 +147,0 @@ collectV8Coverage(): Promise<void>;

34

package.json
{
"name": "jest-runtime",
"version": "29.3.1",
"version": "29.4.0",
"repository": {

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

"dependencies": {
"@jest/environment": "^29.3.1",
"@jest/fake-timers": "^29.3.1",
"@jest/globals": "^29.3.1",
"@jest/environment": "^29.4.0",
"@jest/fake-timers": "^29.4.0",
"@jest/globals": "^29.4.0",
"@jest/source-map": "^29.2.0",
"@jest/test-result": "^29.3.1",
"@jest/transform": "^29.3.1",
"@jest/types": "^29.3.1",
"@jest/test-result": "^29.4.0",
"@jest/transform": "^29.4.0",
"@jest/types": "^29.4.0",
"@types/node": "*",

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

"graceful-fs": "^4.2.9",
"jest-haste-map": "^29.3.1",
"jest-message-util": "^29.3.1",
"jest-mock": "^29.3.1",
"jest-haste-map": "^29.4.0",
"jest-message-util": "^29.4.0",
"jest-mock": "^29.4.0",
"jest-regex-util": "^29.2.0",
"jest-resolve": "^29.3.1",
"jest-snapshot": "^29.3.1",
"jest-util": "^29.3.1",
"jest-resolve": "^29.4.0",
"jest-snapshot": "^29.4.0",
"jest-util": "^29.4.0",
"semver": "^7.3.5",
"slash": "^3.0.0",

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

"devDependencies": {
"@jest/test-utils": "^29.3.1",
"@jest/test-utils": "^29.4.0",
"@types/glob": "^7.1.1",
"@types/graceful-fs": "^4.1.3",
"jest-environment-node": "^29.3.1"
"@types/semver": "^7.1.0",
"jest-environment-node": "^29.4.0"
},

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

},
"gitHead": "05deb8393c4ad71e19be2567b704dfd3a2ab5fc9"
"gitHead": "4bc0e8acaf990e6618a7bed1dca67760c20bb12a"
}

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

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