Socket
Socket
Sign inDemoInstall

@jest/globals

Package Overview
Dependencies
3
Maintainers
7
Versions
108
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 26.6.2 to 27.0.0-next.0

20

package.json
{
"name": "@jest/globals",
"version": "26.6.2",
"version": "27.0.0-next.0",
"repository": {

@@ -10,11 +10,15 @@ "type": "git",

"engines": {
"node": ">= 10.14.2"
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
},
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
".": "./build/index.js",
"./package.json": "./package.json"
},
"dependencies": {
"@jest/environment": "^26.6.2",
"@jest/types": "^26.6.2",
"expect": "^26.6.2"
"@jest/environment": "^27.0.0-next.0",
"@jest/types": "^27.0.0-next.0",
"expect": "^27.0.0-next.0"
},

@@ -24,3 +28,3 @@ "publishConfig": {

},
"gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5"
"gitHead": "4f77c70602cab8419794f10fa39510f13baafef8"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc