Socket
Socket
Sign inDemoInstall

jest

Package Overview
Dependencies
4
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.1.3

build/index.d.ts

26

package.json
{
"name": "jest",
"description": "Delightful JavaScript Testing.",
"version": "27.5.1",
"main": "./build/jest.js",
"types": "./build/jest.d.ts",
"version": "28.1.3",
"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,6 +16,11 @@ "./package.json": "./package.json",

"dependencies": {
"@jest/core": "^27.5.1",
"@jest/core": "^28.1.3",
"@jest/types": "^28.1.3",
"import-local": "^3.0.2",
"jest-cli": "^27.5.1"
"jest-cli": "^28.1.3"
},
"devDependencies": {
"@tsd/typescript": "~4.7.4",
"tsd-lite": "^0.5.6"
},
"peerDependencies": {

@@ -31,7 +36,8 @@ "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"

"engines": {
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest"
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest"
},

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

},
"gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850"
"gitHead": "2cce069800dab3fc8ca7c469b32d2e2b2f7e2bb1"
}
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