jest-watcher
Advanced tools
Comparing version 28.1.3 to 29.0.0-alpha.0
@@ -55,10 +55,3 @@ 'use strict'; | ||
isUsed(hook) { | ||
var _this$_listeners$hook; | ||
return ( | ||
((_this$_listeners$hook = this._listeners[hook]) === null || | ||
_this$_listeners$hook === void 0 | ||
? void 0 | ||
: _this$_listeners$hook.length) > 0 | ||
); | ||
return this._listeners[hook]?.length > 0; | ||
} | ||
@@ -65,0 +58,0 @@ |
{ | ||
"name": "jest-watcher", | ||
"description": "Delightful JavaScript Testing.", | ||
"version": "28.1.3", | ||
"version": "29.0.0-alpha.0", | ||
"main": "./build/index.js", | ||
@@ -15,4 +15,4 @@ "types": "./build/index.d.ts", | ||
"dependencies": { | ||
"@jest/test-result": "^28.1.3", | ||
"@jest/types": "^28.1.3", | ||
"@jest/test-result": "^29.0.0-alpha.0", | ||
"@jest/types": "^29.0.0-alpha.0", | ||
"@types/node": "*", | ||
@@ -22,3 +22,3 @@ "ansi-escapes": "^4.2.1", | ||
"emittery": "^0.10.2", | ||
"jest-util": "^28.1.3", | ||
"jest-util": "^29.0.0-alpha.0", | ||
"string-length": "^4.0.1" | ||
@@ -35,3 +35,3 @@ }, | ||
"engines": { | ||
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" | ||
"node": "^14.15.0 || ^16.10.0 || >=18.0.0" | ||
}, | ||
@@ -43,3 +43,3 @@ "homepage": "https://jestjs.io/", | ||
}, | ||
"gitHead": "2cce069800dab3fc8ca7c469b32d2e2b2f7e2bb1" | ||
"gitHead": "6862afb00307b52f32eedee977a9b3041355f184" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23772
785
1
+ Added@jest/console@29.7.0(transitive)
+ Added@jest/schemas@29.6.3(transitive)
+ Added@jest/test-result@29.7.0(transitive)
+ Added@jest/types@29.6.3(transitive)
+ Added@sinclair/typebox@0.27.8(transitive)
+ Addedjest-message-util@29.7.0(transitive)
+ Addedjest-util@29.7.0(transitive)
+ Addedpretty-format@29.7.0(transitive)
- Removed@jest/console@28.1.3(transitive)
- Removed@jest/schemas@28.1.3(transitive)
- Removed@jest/test-result@28.1.3(transitive)
- Removed@jest/types@28.1.3(transitive)
- Removed@sinclair/typebox@0.24.51(transitive)
- Removedjest-message-util@28.1.3(transitive)
- Removedjest-util@28.1.3(transitive)
- Removedpretty-format@28.1.3(transitive)
Updated@jest/types@^29.0.0-alpha.0
Updatedjest-util@^29.0.0-alpha.0