Socket
Socket
Sign inDemoInstall

jest-cli

Package Overview
Dependencies
Maintainers
4
Versions
391
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-cli - npm Package Compare versions

Comparing version 30.0.0-alpha.3 to 30.0.0-alpha.4

2

build/index.js

@@ -642,3 +642,3 @@ /*!

function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
/**

@@ -645,0 +645,0 @@ * Copyright (c) Meta Platforms, Inc. and affiliates.

{
"name": "jest-cli",
"description": "Delightful JavaScript Testing.",
"version": "30.0.0-alpha.3",
"version": "30.0.0-alpha.4",
"main": "./build/index.js",

@@ -18,11 +18,11 @@ "types": "./build/index.d.ts",

"dependencies": {
"@jest/core": "30.0.0-alpha.3",
"@jest/test-result": "30.0.0-alpha.3",
"@jest/types": "30.0.0-alpha.3",
"@jest/core": "30.0.0-alpha.4",
"@jest/test-result": "30.0.0-alpha.4",
"@jest/types": "30.0.0-alpha.4",
"chalk": "^4.0.0",
"exit": "^0.1.2",
"import-local": "^3.0.2",
"jest-config": "30.0.0-alpha.3",
"jest-util": "30.0.0-alpha.3",
"jest-validate": "30.0.0-alpha.3",
"jest-config": "30.0.0-alpha.4",
"jest-util": "30.0.0-alpha.4",
"jest-validate": "30.0.0-alpha.4",
"yargs": "^17.3.1"

@@ -87,3 +87,3 @@ },

},
"gitHead": "e267aff33d105399f2134bad7c8f82285104f3da"
"gitHead": "32b966f988d47a7673d2ef4b92e834dab7d66f07"
}

Sorry, the diff of this file is not supported yet

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