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
3
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 14.3.1-alpha.410cb91a to 14.3.2-alpha.83c25417

14

build/index.js

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

const HasteMap = require('jest-haste-map');

@@ -47,2 +48,3 @@ const ResolverClass = require('jest-resolve');

const NODE_MODULES = path.sep + 'node_modules' + path.sep;

@@ -151,5 +153,9 @@ const SNAPSHOT_EXTENSION = 'snap';

options)
{
utils.createDirectory(config.cacheDirectory);
const instance = Runtime.createHasteMap(config, {
console: options.console,
maxWorkers: options.maxWorkers,

@@ -179,2 +185,3 @@ resetCache: !config.cache });

cacheDirectory: config.cacheDirectory,
console: options && options.console,
extensions: [SNAPSHOT_EXTENSION].concat(config.moduleFileExtensions),

@@ -646,4 +653,7 @@ ignorePattern,

`jest.unmock('${ moduleName }') was called but automocking is ` +
`disabled. Remove the unnecessary call to "jest.unmock" or enable ` +
`automocking for this test via "jest.enableAutomock();".`);
`disabled. Remove the unnecessary call to \`jest.unmock\` or ` +
`enable automocking for this test via \`jest.enableAutomock();\`. ` +
`This warning is likely a result of a default configuration change ` +
`in Jest 15.\n\n` +
`Release Blog Post: https://facebook.github.io/jest/blog/2016/09/01/jest-15.html`);

@@ -650,0 +660,0 @@ }

24

package.json
{
"name": "jest-runtime",
"version": "14.3.1-alpha.410cb91a",
"version": "14.3.2-alpha.83c25417",
"repository": {

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

"babel-core": "^6.11.4",
"babel-jest": "^14.3.1-alpha.410cb91a",
"babel-jest": "^14.3.2-alpha.83c25417",
"babel-plugin-istanbul": "^2.0.0",
"chalk": "^1.1.3",
"graceful-fs": "^4.1.6",
"jest-config": "^14.3.1-alpha.410cb91a",
"jest-file-exists": "^14.3.1-alpha.410cb91a",
"jest-haste-map": "^14.3.1-alpha.410cb91a",
"jest-mock": "^14.3.1-alpha.410cb91a",
"jest-resolve": "^14.3.1-alpha.410cb91a",
"jest-snapshot": "^14.3.1-alpha.410cb91a",
"jest-util": "^14.3.1-alpha.410cb91a",
"jest-config": "^14.3.2-alpha.83c25417",
"jest-file-exists": "^14.3.2-alpha.83c25417",
"jest-haste-map": "^14.3.2-alpha.83c25417",
"jest-mock": "^14.3.2-alpha.83c25417",
"jest-resolve": "^14.3.2-alpha.83c25417",
"jest-snapshot": "^14.3.2-alpha.83c25417",
"jest-util": "^14.3.2-alpha.83c25417",
"json-stable-stringify": "^1.0.0",

@@ -32,5 +32,5 @@ "multimatch": "^2.1.0",

"devDependencies": {
"jest-config": "^14.3.1-alpha.410cb91a",
"jest-environment-node": "^14.3.1-alpha.410cb91a",
"jest-environment-jsdom": "^14.3.1-alpha.410cb91a"
"jest-config": "^14.3.2-alpha.83c25417",
"jest-environment-node": "^14.3.2-alpha.83c25417",
"jest-environment-jsdom": "^14.3.2-alpha.83c25417"
},

@@ -37,0 +37,0 @@ "scripts": {

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