Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jest-runtime

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

build/index.mjs

7

build/index.d.ts

@@ -10,3 +10,3 @@ /**

import type {expect} from '@jest/globals';
import type {Global} from '@jest/types';
import type {Global as Global_2} from '@jest/types';
import {IHasteMap} from 'jest-haste-map';

@@ -37,3 +37,3 @@ import {IModuleMap} from 'jest-haste-map';

declare interface JestGlobals extends Global.TestFrameworkGlobals {
declare interface JestGlobals extends Global_2.TestFrameworkGlobals {
expect: typeof expect;

@@ -90,2 +90,3 @@ }

private isTornDown;
private isInsideTestCode;
constructor(

@@ -164,2 +165,4 @@ config: Config.ProjectConfig,

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

@@ -166,0 +169,0 @@ private _resolveCjsModule;

{
"name": "jest-runtime",
"version": "29.7.0",
"version": "30.0.0-alpha.1",
"repository": {

@@ -15,2 +15,4 @@ "type": "git",

"types": "./build/index.d.ts",
"require": "./build/index.js",
"import": "./build/index.mjs",
"default": "./build/index.js"

@@ -21,9 +23,9 @@ },

"dependencies": {
"@jest/environment": "^29.7.0",
"@jest/fake-timers": "^29.7.0",
"@jest/globals": "^29.7.0",
"@jest/source-map": "^29.6.3",
"@jest/test-result": "^29.7.0",
"@jest/transform": "^29.7.0",
"@jest/types": "^29.6.3",
"@jest/environment": "30.0.0-alpha.1",
"@jest/fake-timers": "30.0.0-alpha.1",
"@jest/globals": "30.0.0-alpha.1",
"@jest/source-map": "30.0.0-alpha.1",
"@jest/test-result": "30.0.0-alpha.1",
"@jest/transform": "30.0.0-alpha.1",
"@jest/types": "30.0.0-alpha.1",
"@types/node": "*",

@@ -35,9 +37,9 @@ "chalk": "^4.0.0",

"graceful-fs": "^4.2.9",
"jest-haste-map": "^29.7.0",
"jest-message-util": "^29.7.0",
"jest-mock": "^29.7.0",
"jest-regex-util": "^29.6.3",
"jest-resolve": "^29.7.0",
"jest-snapshot": "^29.7.0",
"jest-util": "^29.7.0",
"jest-haste-map": "30.0.0-alpha.1",
"jest-message-util": "30.0.0-alpha.1",
"jest-mock": "30.0.0-alpha.1",
"jest-regex-util": "30.0.0-alpha.1",
"jest-resolve": "30.0.0-alpha.1",
"jest-snapshot": "30.0.0-alpha.1",
"jest-util": "30.0.0-alpha.1",
"slash": "^3.0.0",

@@ -47,9 +49,9 @@ "strip-bom": "^4.0.0"

"devDependencies": {
"@jest/test-utils": "^29.7.0",
"@jest/test-utils": "30.0.0-alpha.1",
"@types/glob": "^7.1.1",
"@types/graceful-fs": "^4.1.3",
"jest-environment-node": "^29.7.0"
"jest-environment-node": "30.0.0-alpha.1"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
"node": "^16.10.0 || ^18.12.0 || >=20.0.0"
},

@@ -59,3 +61,3 @@ "publishConfig": {

},
"gitHead": "4e56991693da7cd4c3730dc3579a1dd1403ee630"
"gitHead": "d005cb2505c041583e0c5636d006e08666a54b63"
}

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