Socket
Socket
Sign inDemoInstall

jest

Package Overview
Dependencies
304
Maintainers
7
Versions
352
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 28.0.0-alpha.8 to 28.0.0-alpha.9

3

build/index.d.ts

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

import {SearchSource} from '@jest/core';
import {TestWatcher} from '@jest/core';

@@ -25,4 +24,2 @@ export {createTestScheduler};

export {TestWatcher};
export {};

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

});
Object.defineProperty(exports, 'TestWatcher', {
enumerable: true,
get: function () {
return _core().TestWatcher;
}
});
Object.defineProperty(exports, 'createTestScheduler', {

@@ -20,0 +14,0 @@ enumerable: true,

11

package.json
{
"name": "jest",
"description": "Delightful JavaScript Testing.",
"version": "28.0.0-alpha.8",
"version": "28.0.0-alpha.9",
"main": "./build/index.js",

@@ -16,5 +16,5 @@ "types": "./build/index.d.ts",

"dependencies": {
"@jest/core": "^28.0.0-alpha.8",
"@jest/core": "^28.0.0-alpha.9",
"import-local": "^3.0.2",
"jest-cli": "^28.0.0-alpha.8"
"jest-cli": "^28.0.0-alpha.9"
},

@@ -35,3 +35,4 @@ "peerDependencies": {

"type": "git",
"url": "https://github.com/facebook/jest"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest"
},

@@ -69,3 +70,3 @@ "homepage": "https://jestjs.io/",

},
"gitHead": "d915e7df92b220dbe6e124585ba6459838a6c41c"
"gitHead": "7c63f5981eb20d4b89a4c04f3675e0050d8d7887"
}
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