Socket
Socket
Sign inDemoInstall

jest-config

Package Overview
Dependencies
261
Maintainers
6
Versions
305
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 29.0.0-alpha.1 to 29.0.0-alpha.3

build/stringToBytes.js

19

build/normalize.js

@@ -18,2 +18,12 @@ 'use strict';

function _os() {
const data = require('os');
_os = function () {
return data;
};
return data;
}
function path() {

@@ -137,2 +147,4 @@ const data = _interopRequireWildcard(require('path'));

var _stringToBytes = _interopRequireDefault(require('./stringToBytes'));
var _utils = require('./utils');

@@ -1117,2 +1129,9 @@

case 'workerIdleMemoryLimit':
value = (0, _stringToBytes.default)(
oldOptions[key],
(0, _os().totalmem)()
);
break;
case 'watchPlugins':

@@ -1119,0 +1138,0 @@ value = (oldOptions[key] || []).map(watchPlugin => {

28

package.json
{
"name": "jest-config",
"version": "29.0.0-alpha.1",
"version": "29.0.0-alpha.3",
"repository": {

@@ -33,5 +33,5 @@ "type": "git",

"@babel/core": "^7.11.6",
"@jest/test-sequencer": "^29.0.0-alpha.1",
"@jest/types": "^29.0.0-alpha.0",
"babel-jest": "^29.0.0-alpha.1",
"@jest/test-sequencer": "^29.0.0-alpha.3",
"@jest/types": "^29.0.0-alpha.3",
"babel-jest": "^29.0.0-alpha.3",
"chalk": "^4.0.0",

@@ -42,13 +42,13 @@ "ci-info": "^3.2.0",

"graceful-fs": "^4.2.9",
"jest-circus": "^29.0.0-alpha.1",
"jest-environment-node": "^29.0.0-alpha.1",
"jest-get-type": "^29.0.0-alpha.0",
"jest-regex-util": "^29.0.0-alpha.0",
"jest-resolve": "^29.0.0-alpha.1",
"jest-runner": "^29.0.0-alpha.1",
"jest-util": "^29.0.0-alpha.0",
"jest-validate": "^29.0.0-alpha.1",
"jest-circus": "^29.0.0-alpha.3",
"jest-environment-node": "^29.0.0-alpha.3",
"jest-get-type": "^29.0.0-alpha.3",
"jest-regex-util": "^29.0.0-alpha.3",
"jest-resolve": "^29.0.0-alpha.3",
"jest-runner": "^29.0.0-alpha.3",
"jest-util": "^29.0.0-alpha.3",
"jest-validate": "^29.0.0-alpha.3",
"micromatch": "^4.0.4",
"parse-json": "^5.2.0",
"pretty-format": "^29.0.0-alpha.1",
"pretty-format": "^29.0.0-alpha.3",
"slash": "^3.0.0",

@@ -71,3 +71,3 @@ "strip-json-comments": "^3.1.1"

},
"gitHead": "10f1e7f52d9f876e6fb7f20c1903fdcddd8db8b1"
"gitHead": "09981873c55442e5e494d42012f518b7d3d41fbd"
}
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