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.9 to 24.0.0-alpha.10

2

build/BaseWatchPlugin.js

@@ -9,3 +9,3 @@ 'use strict';

/**
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*

@@ -12,0 +12,0 @@ * This source code is licensed under the MIT license found in the

@@ -9,3 +9,3 @@ 'use strict';

/**
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*

@@ -12,0 +12,0 @@ * This source code is licensed under the MIT license found in the

@@ -41,3 +41,3 @@ 'use strict';

/**
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*

@@ -44,0 +44,0 @@ * This source code is licensed under the MIT license found in the

@@ -23,3 +23,3 @@ 'use strict';

/**
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*

@@ -26,0 +26,0 @@ * This source code is licensed under the MIT license found in the

@@ -25,3 +25,3 @@ 'use strict';

/**
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*

@@ -28,0 +28,0 @@ * This source code is licensed under the MIT license found in the

/**
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*

@@ -4,0 +4,0 @@ * This source code is licensed under the MIT license found in the

@@ -11,3 +11,3 @@ 'use strict';

/**
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*

@@ -14,0 +14,0 @@ * This source code is licensed under the MIT license found in the

/**
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*

@@ -4,0 +4,0 @@ * This source code is licensed under the MIT license found in the

/**
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*

@@ -36,2 +36,12 @@ * This source code is licensed under the MIT license found in the

function _jestUtil() {
const data = require('jest-util');
_jestUtil = function _jestUtil() {
return data;
};
return data;
}
var _Prompt = _interopRequireDefault(require('./lib/Prompt'));

@@ -43,2 +53,4 @@

const CLEAR = _jestUtil().specialChars.CLEAR;
const usage = entity =>

@@ -65,3 +77,3 @@ `\n${_chalk().default.bold('Pattern Mode Usage')}\n` +

this._pipe.write(_ansiEscapes().default.clearScreen);
this._pipe.write(CLEAR);

@@ -68,0 +80,0 @@ if (options && options.header) {

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

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

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

@@ -24,3 +25,3 @@ },

"license": "MIT",
"gitHead": "c7caa7ba5904d0c61e586694cde5f536639e4afc"
"gitHead": "722049ccd66947d48296dcb666bc99fccab86065"
}
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