Socket
Socket
Sign inDemoInstall

jest-watcher

Package Overview
Dependencies
Maintainers
3
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-watcher - npm Package Compare versions

Comparing version 24.0.0-alpha.12 to 24.0.0-alpha.13

6

build/JestHooks.js

@@ -96,5 +96,7 @@ 'use strict';

return function shouldRunTestSuite(_x) {
function shouldRunTestSuite(_x) {
return _shouldRunTestSuite.apply(this, arguments);
};
}
return shouldRunTestSuite;
})()

@@ -101,0 +103,0 @@ };

{
"name": "jest-watcher",
"description": "Delightful JavaScript Testing.",
"version": "24.0.0-alpha.12",
"version": "24.0.0-alpha.13",
"main": "build/index.js",

@@ -9,3 +9,3 @@ "dependencies": {

"chalk": "^2.0.1",
"jest-util": "^24.0.0-alpha.12",
"jest-util": "^24.0.0-alpha.13",
"string-length": "^2.0.0"

@@ -15,3 +15,4 @@ },

"type": "git",
"url": "https://github.com/facebook/jest"
"url": "https://github.com/facebook/jest",
"directory": "packages/jest-watcher"
},

@@ -26,3 +27,3 @@ "bugs": {

"license": "MIT",
"gitHead": "4f2bcb861d1f0fb150c05970362e52a38c31f67e"
"gitHead": "6de22dde9a10f775adc7b6f80080bdd224f6ae31"
}
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