Socket
Socket
Sign inDemoInstall

jest

Package Overview
Dependencies
304
Maintainers
7
Versions
354
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 27.5.1 to 28.0.0-alpha.0

build/index.d.ts

18

package.json
{
"name": "jest",
"description": "Delightful JavaScript Testing.",
"version": "27.5.1",
"main": "./build/jest.js",
"types": "./build/jest.d.ts",
"version": "28.0.0-alpha.0",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
".": {
"types": "./build/jest.d.ts",
"default": "./build/jest.js"
"types": "./build/index.d.ts",
"default": "./build/index.js"
},

@@ -16,5 +16,5 @@ "./package.json": "./package.json",

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

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

"engines": {
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
},

@@ -69,3 +69,3 @@ "repository": {

},
"gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850"
"gitHead": "89275b08977065d98e42ad71fcf223f4ad169f09"
}
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