Socket
Socket
Sign inDemoInstall

jest-jasmine2

Package Overview
Dependencies
17
Maintainers
6
Versions
308
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 28.1.3 to 29.0.0-alpha.0

8

build/index.js

@@ -99,4 +99,2 @@ 'use strict';

const wrapped = (testName, fn, timeout) => {
var _stack$getFileName;
const sourcemaps = runtime.getSourceMaps();

@@ -106,7 +104,3 @@ let stack = (0, _sourceMap.getCallsite)(1, sourcemaps);

if (
(_stack$getFileName = stack.getFileName()) !== null &&
_stack$getFileName !== void 0 &&
_stack$getFileName.startsWith(jestEachBuildDir)
) {
if (stack.getFileName()?.startsWith(jestEachBuildDir)) {
stack = (0, _sourceMap.getCallsite)(4, sourcemaps);

@@ -113,0 +107,0 @@ } // @ts-expect-error: `it` is `void` for some reason

@@ -52,14 +52,6 @@ 'use strict';

function hasNoEnabledTest(node) {
var _node$children$every, _node$children;
return (
node.disabled ||
node.markedPending ||
((_node$children$every =
(_node$children = node.children) === null || _node$children === void 0
? void 0
: _node$children.every(hasNoEnabledTest)) !== null &&
_node$children$every !== void 0
? _node$children$every
: false)
(node.children?.every(hasNoEnabledTest) ?? false)
);

@@ -66,0 +58,0 @@ }

30

package.json
{
"name": "jest-jasmine2",
"version": "28.1.3",
"version": "29.0.0-alpha.0",
"repository": {

@@ -20,7 +20,7 @@ "type": "git",

"dependencies": {
"@jest/environment": "^28.1.3",
"@jest/expect": "^28.1.3",
"@jest/source-map": "^28.1.2",
"@jest/test-result": "^28.1.3",
"@jest/types": "^28.1.3",
"@jest/environment": "^29.0.0-alpha.0",
"@jest/expect": "^29.0.0-alpha.0",
"@jest/source-map": "^29.0.0-alpha.0",
"@jest/test-result": "^29.0.0-alpha.0",
"@jest/types": "^29.0.0-alpha.0",
"@types/node": "*",

@@ -30,10 +30,10 @@ "chalk": "^4.0.0",

"is-generator-fn": "^2.0.0",
"jest-each": "^28.1.3",
"jest-matcher-utils": "^28.1.3",
"jest-message-util": "^28.1.3",
"jest-runtime": "^28.1.3",
"jest-snapshot": "^28.1.3",
"jest-util": "^28.1.3",
"jest-each": "^29.0.0-alpha.0",
"jest-matcher-utils": "^29.0.0-alpha.0",
"jest-message-util": "^29.0.0-alpha.0",
"jest-runtime": "^29.0.0-alpha.0",
"jest-snapshot": "^29.0.0-alpha.0",
"jest-util": "^29.0.0-alpha.0",
"p-limit": "^3.1.0",
"pretty-format": "^28.1.3"
"pretty-format": "^29.0.0-alpha.0"
},

@@ -44,3 +44,3 @@ "devDependencies": {

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

@@ -50,3 +50,3 @@ "publishConfig": {

},
"gitHead": "2cce069800dab3fc8ca7c469b32d2e2b2f7e2bb1"
"gitHead": "6862afb00307b52f32eedee977a9b3041355f184"
}
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