You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

jest

Package Overview
Dependencies
Maintainers
7
Versions
354
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 29.5.0 to 28.1.3

2

bin/jest.js
#!/usr/bin/env node
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*

@@ -5,0 +5,0 @@ * This source code is licensed under the MIT license found in the

/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*

@@ -4,0 +4,0 @@ * This source code is licensed under the MIT license found in the

@@ -36,15 +36,21 @@ 'use strict';

});
function _core() {
const data = require('@jest/core');
_core = function () {
return data;
};
return data;
}
function _jestCli() {
const data = require('jest-cli');
_jestCli = function () {
return data;
};
return data;
}
{
"name": "jest",
"description": "Delightful JavaScript Testing.",
"version": "29.5.0",
"version": "28.1.3",
"main": "./build/index.js",

@@ -16,10 +16,10 @@ "types": "./build/index.d.ts",

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

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

"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
},

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

},
"gitHead": "39f3beda6b396665bebffab94e8d7c45be30454c"
"gitHead": "2cce069800dab3fc8ca7c469b32d2e2b2f7e2bb1"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc