New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jest-runtime

Package Overview
Dependencies
Maintainers
1
Versions
306
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

to
12.1.4-alpha.a737c6e5

4

build/__tests__/Runtime-moduleDirectories-test.js

@@ -67,3 +67,3 @@ /**

runtime.requireModule(runtime.__mockRootPath, 'not-a-haste-package');}).
toThrow(
new Error('Cannot find module \'not-a-haste-package\' from \'root.js\''));}));});
toThrow(new Error(
'Cannot find module \'not-a-haste-package\' from \'root.js\''));}));});

@@ -77,3 +77,3 @@ /**

toThrow(
new Error(`Cannot find module 'RegularModuleInNodePath' from 'root.js'`));});});});
toThrow(new Error(
`Cannot find module 'RegularModuleInNodePath' from 'root.js'`));});});});

@@ -351,5 +351,5 @@ /**

this._createRuntimeFor(filename), // jest object
collectorStore // the coverage object
);
collectorStore); // the coverage object
this._isCurrentlyExecutingManualMock = origCurrExecutingManualMock;

@@ -356,0 +356,0 @@ this._currentlyExecutingModulePath = lastExecutingModulePath;}

{
"name": "jest-runtime",
"version": "12.1.3-alpha.6230044c",
"version": "12.1.4-alpha.a737c6e5",
"repository": {

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

"graceful-fs": "^4.1.3",
"jest-config": "^12.1.3-alpha.6230044c",
"jest-environment-jsdom": "^12.1.3-alpha.6230044c",
"jest-haste-map": "^12.1.3-alpha.6230044c",
"jest-mock": "^12.1.3-alpha.6230044c",
"jest-resolve": "^12.1.3-alpha.6230044c",
"jest-snapshot": "^12.1.3-alpha.6230044c",
"jest-util": "^12.1.3-alpha.6230044c",
"jest-config": "^12.1.4-alpha.a737c6e5",
"jest-environment-jsdom": "^12.1.4-alpha.a737c6e5",
"jest-haste-map": "^12.1.4-alpha.a737c6e5",
"jest-mock": "^12.1.4-alpha.a737c6e5",
"jest-resolve": "^12.1.4-alpha.a737c6e5",
"jest-snapshot": "^12.1.4-alpha.a737c6e5",
"jest-util": "^12.1.4-alpha.a737c6e5",
"json-stable-stringify": "^1.0.0",

@@ -27,3 +27,3 @@ "yargs": "^4.7.1"

"devDependencies": {
"jest-config": "^12.1.3-alpha.6230044c"
"jest-config": "^12.1.4-alpha.a737c6e5"
},

@@ -30,0 +30,0 @@ "jest": {