Socket
Socket
Sign inDemoInstall

@jest/globals

Package Overview
Dependencies
Maintainers
3
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 29.7.0 to 30.0.0-alpha.1

20

build/index.js

@@ -1,3 +0,14 @@

'use strict';
/*!
* /**
* * Copyright (c) Meta Platforms, Inc. and affiliates.
* *
* * This source code is licensed under the MIT license found in the
* * LICENSE file in the root directory of this source tree.
* * /
*/
/******/ (() => { // webpackBootstrap
/******/ "use strict";
var __webpack_exports__ = {};
/**

@@ -12,4 +23,5 @@ * Copyright (c) Meta Platforms, Inc. and affiliates.

throw new Error(
'Do not import `@jest/globals` outside of the Jest test environment'
);
throw new Error('Do not import `@jest/globals` outside of the Jest test environment');
module.exports = __webpack_exports__;
/******/ })()
;

14

package.json
{
"name": "@jest/globals",
"version": "29.7.0",
"version": "30.0.0-alpha.1",
"repository": {

@@ -10,3 +10,3 @@ "type": "git",

"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
"node": "^16.10.0 || ^18.12.0 || >=20.0.0"
},

@@ -24,6 +24,6 @@ "license": "MIT",

"dependencies": {
"@jest/environment": "^29.7.0",
"@jest/expect": "^29.7.0",
"@jest/types": "^29.6.3",
"jest-mock": "^29.7.0"
"@jest/environment": "30.0.0-alpha.1",
"@jest/expect": "30.0.0-alpha.1",
"@jest/types": "30.0.0-alpha.1",
"jest-mock": "30.0.0-alpha.1"
},

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

},
"gitHead": "4e56991693da7cd4c3730dc3579a1dd1403ee630"
"gitHead": "d005cb2505c041583e0c5636d006e08666a54b63"
}
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