Socket
Socket
Sign inDemoInstall

jest-watcher

Package Overview
Dependencies
47
Maintainers
5
Versions
130
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

9

build/JestHooks.js

@@ -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 @@

12

package.json
{
"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"
}
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