Socket
Socket
Sign inDemoInstall

@jest/globals

Package Overview
Dependencies
Maintainers
6
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jest/globals - npm Package Compare versions

Comparing version 28.0.0-alpha.1 to 28.0.0-alpha.2

4

build/index.d.ts

@@ -7,5 +7,5 @@ /**

*/
import type {Expect} from 'expect';
import type {Global} from '@jest/types';
import type {Jest} from '@jest/environment';
import type {JestExpect} from '@jest/expect';

@@ -27,3 +27,3 @@ declare const afterAll_2: Global.GlobalAdditions['afterAll'];

declare const expect_2: Expect;
declare const expect_2: JestExpect;
export {expect_2 as expect};

@@ -30,0 +30,0 @@

{
"name": "@jest/globals",
"version": "28.0.0-alpha.1",
"version": "28.0.0-alpha.2",
"repository": {

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

"dependencies": {
"@jest/environment": "^28.0.0-alpha.1",
"@jest/types": "^28.0.0-alpha.1",
"expect": "^28.0.0-alpha.1"
"@jest/environment": "^28.0.0-alpha.2",
"@jest/expect": "^28.0.0-alpha.2",
"@jest/types": "^28.0.0-alpha.2"
},

@@ -31,3 +31,3 @@ "publishConfig": {

},
"gitHead": "d30164dde1847166fa0faec98d20abffd85e6ffd"
"gitHead": "694d6bfea56f9cb49d0c7309cdbfff032da198c2"
}
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